You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ca...@apache.org on 2007/06/22 18:52:12 UTC

svn commit: r549875 - /maven/wagon/trunk/pom.xml

Author: carlos
Date: Fri Jun 22 09:52:11 2007
New Revision: 549875

URL: http://svn.apache.org/viewvc?view=rev&rev=549875
Log:
Use released plexus-utils

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?view=diff&rev=549875&r1=549874&r2=549875
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Fri Jun 22 09:52:11 2007
@@ -180,7 +180,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.4.2-SNAPSHOT</version>
+        <version>1.4.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -192,17 +192,5 @@
       </site>
     </distributionManagement>
   -->
-
-  <!-- for plexus-utils -->
-  <repositories>
-    <repository>
-      <id>codehaus.org</id>
-      <name>Maven Central Development Repository</name>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org