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:39 UTC

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

Author: brianf
Date: Sat Jul  7 19:55:38 2007
New Revision: 554302

URL: http://svn.apache.org/viewvc?view=rev&rev=554302
Log:
[maven-release-plugin] prepare release maven-eclipse-plugin-2.4

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=554302&r1=554301&r2=554302
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sat Jul  7 19:55:38 2007
@@ -30,7 +30,7 @@
   <artifactId>maven-eclipse-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4</version>
   <prerequisites>
     <maven>2.0.1</maven>
   </prerequisites>
@@ -171,4 +171,10 @@
     </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>