You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/04/17 18:39:20 UTC

svn commit: r766077 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: pgier
Date: Fri Apr 17 16:39:20 2009
New Revision: 766077

URL: http://svn.apache.org/viewvc?rev=766077&view=rev
Log:
[maven-release-plugin] prepare release maven-source-plugin-2.1

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

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=766077&r1=766076&r2=766077&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Fri Apr 17 16:39:20 2009
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-source-plugin</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Source Plugin</name>
@@ -40,9 +40,9 @@
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-source-plugin-2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-source-plugin-2.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-source-plugin-2.1</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>