You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2012/01/12 23:30:18 UTC

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

Author: baerrach
Date: Thu Jan 12 22:30:18 2012
New Revision: 1230823

URL: http://svn.apache.org/viewvc?rev=1230823&view=rev
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?rev=1230823&r1=1230822&r2=1230823&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Thu Jan 12 22:30:18 2012
@@ -10,7 +10,7 @@
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
   <artifactId>maven-eclipse-plugin</artifactId>
-  <version>2.9</version>
+  <version>2.10-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
   <description>The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.</description>
@@ -18,9 +18,9 @@
     <maven>${mavenVersion}</maven>
   </prerequisites>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.9</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.9</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-eclipse-plugin-2.9</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>