diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-16 13:11:08 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-16 13:11:08 +0000 |
commit | b5c84afe1ab53fbdb5c0233e1e5288bea6734877 (patch) | |
tree | 54f79fa9741236635029b22d87839dd3240b8232 /branches | |
parent | 908cb6c56ed33cfaef79bffe1328785a76081264 (diff) |
Use explicit version to fix continuum build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.x/modules/tracing-aspectj/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml b/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml index b539d7ed5c..246518f618 100644 --- a/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml +++ b/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml @@ -82,7 +82,7 @@ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>LATEST</version>
+ <version>2.4.3</version>
<configuration>
<includes>
<include>**/*TestCase.java</include>
|