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/08 16:30:29 UTC

svn commit: r536202 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Tue May  8 07:30:28 2007
New Revision: 536202

URL: http://svn.apache.org/viewvc?view=rev&rev=536202
Log:
Using 2.3 version of Surefire maven plugin instead of a SNAPSHOT

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?view=diff&rev=536202&r1=536201&r2=536202
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Tue May  8 07:30:28 2007
@@ -30,7 +30,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3-SNAPSHOT</version>
+          <version>2.3</version>
         </plugin>
       </plugins>
     </pluginManagement>