You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/04/16 15:11:09 UTC

svn commit: r765622 - /tuscany/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml

Author: antelder
Date: Thu Apr 16 13:11:08 2009
New Revision: 765622

URL: http://svn.apache.org/viewvc?rev=765622&view=rev
Log:
Use explicit version to fix continuum build

Modified:
    tuscany/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml?rev=765622&r1=765621&r2=765622&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/tracing-aspectj/pom.xml Thu Apr 16 13:11:08 2009
@@ -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>