Author: fgiust
Date: Sat Dec 16 10:47:42 2006
New Revision: 487856

URL: http://svn.apache.org/viewvc?view=rev&rev=487856
Log:
no more snapshots here, nearly ready for a real release.

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=487856&r1=487855&r2=487856
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sat Dec 16 10:47:42 2006
@@ -145,17 +145,16 @@
       <artifactId>maven-archiver</artifactId>
       <version>2.2</version>
     </dependency>
-    <!-- SNAPSHOTS that needs to be released before releasing a new version of 
the plugin -->
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-test-tools</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-alpha-1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-tools</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-alpha-1</version>
       <scope>test</scope>
     </dependency>
     <dependency>


Reply via email to