You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2007/02/11 11:06:40 UTC

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

Author: snicoll
Date: Sun Feb 11 02:06:39 2007
New Revision: 505872

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

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?view=diff&rev=505872&r1=505871&r2=505872
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Sun Feb 11 02:06:39 2007
@@ -8,7 +8,7 @@
   <artifactId>maven-source-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Source Plug-In</name>
-  <version>2.0.3</version>
+  <version>2.0.4-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
@@ -58,10 +58,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-source-plugin-2.0.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-source-plugin-2.0.3</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-source-plugin-2.0.3</url>
-  </scm>
 </project>