You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/08/01 17:42:48 UTC

svn commit: r561844 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: brianf
Date: Wed Aug  1 08:42:47 2007
New Revision: 561844

URL: http://svn.apache.org/viewvc?view=rev&rev=561844
Log:
fixed dependency versions

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?view=diff&rev=561844&r1=561843&r2=561844
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Aug  1 08:42:47 2007
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-test-tools</artifactId>
-      <version>1.0-alpha-2</version>
+      <version>1.0-alpha-1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -173,7 +173,7 @@
 			<groupId>org.apache.maven.shared</groupId>
 			<artifactId>maven-plugin-testing-harness</artifactId>
 			<scope>test</scope>
-			<version>1.1-SNAPSHOT</version>
+			<version>1.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.codehaus.plexus</groupId>