You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by ol...@apache.org on 2007/12/10 19:39:50 UTC

svn commit: r602989 - /maven/surefire/trunk/pom.xml

Author: olamy
Date: Mon Dec 10 10:39:46 2007
New Revision: 602989

URL: http://svn.apache.org/viewvc?rev=602989&view=rev
Log:
[SUREFIRE-403] TestNgPathWithSpaces integration test fails on Unix
upgrade to plexus-utils 1.4.9-SNAPSHOT
tested on a solaris box


Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=602989&r1=602988&r2=602989&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Mon Dec 10 10:39:46 2007
@@ -91,7 +91,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -184,4 +184,11 @@
       <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
     </pluginRepository>
   </pluginRepositories>
+  <repositories>
+    <!-- TODO remove when p-u is released -->
+    <repository>
+      <id>codehaus.snapshots</id>
+      <url>http://snapshots.repository.codehaus.org</url>
+    </repository>
+  </repositories>
 </project>