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/08 04:55:48 UTC

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

Author: brianf
Date: Sat Jul  7 19:55:48 2007
New Revision: 554304

URL: http://svn.apache.org/viewvc?view=rev&rev=554304
Log:
[maven-release-plugin] prepare for next development iteration

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=554304&r1=554303&r2=554304
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sat Jul  7 19:55:48 2007
@@ -30,7 +30,7 @@
   <artifactId>maven-eclipse-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
-  <version>2.4</version>
+  <version>2.5-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.1</maven>
   </prerequisites>
@@ -170,11 +170,4 @@
       <version>0.0.145</version>
     </dependency>
   </dependencies>
-
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.4</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.4</url>
-  </scm>
 </project>