You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/05/02 15:45:50 UTC

svn commit: r534455 - /directory/apacheds/trunk-with-dependencies/pom.xml

Author: elecharny
Date: Wed May  2 06:45:49 2007
New Revision: 534455

URL: http://svn.apache.org/viewvc?view=rev&rev=534455
Log:
aUsed 2.3 version of surefire plugin instead of SNAPSHOT. (SNAPSHOTs should *not* be 
used 
...)

Modified:
    directory/apacheds/trunk-with-dependencies/pom.xml

Modified: directory/apacheds/trunk-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?view=diff&rev=534455&r1=534454&r2=534455
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Wed May  2 06:45:49 2007
@@ -90,7 +90,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <version>2.3</version>
         <configuration>
           <argLine>-Xmx1024m</argLine>
         </configuration>