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:02 UTC

svn commit: r536201 - /directory/shared/trunk/ldap/pom.xml

Author: elecharny
Date: Tue May  8 07:30:00 2007
New Revision: 536201

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

Modified:
    directory/shared/trunk/ldap/pom.xml

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?view=diff&rev=536201&r1=536200&r2=536201
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Tue May  8 07:30:00 2007
@@ -147,7 +147,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <version>2.3</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*</exclude>