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/05/17 20:47:21 UTC

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

Author: carlos
Date: Thu May 17 11:47:20 2007
New Revision: 539076

URL: http://svn.apache.org/viewvc?view=rev&rev=539076
Log:
[PLXUTILS-31] Upgrade plexus utils to avoid test failures in windows

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=539076&r1=539075&r2=539076
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Thu May 17 11:47:20 2007
@@ -180,7 +180,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.4.1</version>
+        <version>1.4.2-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -192,4 +192,17 @@
       </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