You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2008/08/02 23:29:34 UTC

svn commit: r682049 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml

Author: wsmoak
Date: Sat Aug  2 14:29:33 2008
New Revision: 682049

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

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

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=682049&r1=682048&r2=682049&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sat Aug  2 14:29:33 2008
@@ -27,7 +27,7 @@
   <artifactId>maven-deploy-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Deploy Plugin</name>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4</version>
   <inceptionYear>2004</inceptionYear>
   <prerequisites>
     <maven>2.0</maven>
@@ -38,9 +38,9 @@
   </issueManagement>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.4</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-deploy-plugin-2.4</url>
   </scm>  
   
   <dependencies>