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/07/04 05:17:43 UTC

svn commit: r553052 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: brianf
Date: Tue Jul  3 20:17:42 2007
New Revision: 553052

URL: http://svn.apache.org/viewvc?view=rev&rev=553052
Log:
eclipse doesn't actually need the latest tools

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?view=diff&rev=553052&r1=553051&r2=553052
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Tue Jul  3 20:17:42 2007
@@ -149,7 +149,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-test-tools</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
+      <version>1.0-alpha-1</version>
       <scope>test</scope>
     </dependency>
     <dependency>