You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/05/09 01:27:13 UTC

svn commit: r536377 - /directory/apacheds/branches/apacheds-sasl-branch/pom.xml

Author: akarasulu
Date: Tue May  8 16:27:12 2007
New Revision: 536377

URL: http://svn.apache.org/viewvc?view=rev&rev=536377
Log:
looks like the snapshot surefire plugin is no where to be found .. this fixes maven breakage

Modified:
    directory/apacheds/branches/apacheds-sasl-branch/pom.xml

Modified: directory/apacheds/branches/apacheds-sasl-branch/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-sasl-branch/pom.xml?view=diff&rev=536377&r1=536376&r2=536377
==============================================================================
--- directory/apacheds/branches/apacheds-sasl-branch/pom.xml (original)
+++ directory/apacheds/branches/apacheds-sasl-branch/pom.xml Tue May  8 16:27:12 2007
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.directory</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.6</version>
   </parent>
 
   <groupId>org.apache.directory.server</groupId>
@@ -346,7 +346,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>