Author: snicoll Date: Fri Apr 20 19:44:49 2007 New Revision: 530971 URL: http://svn.apache.org/viewvc?view=rev&rev=530971 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=530971&r1=530970&r2=530971 ============================================================================== --- maven/plugins/trunk/maven-source-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-source-plugin/pom.xml Fri Apr 20 19:44:49 2007 @@ -26,7 +26,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> @@ -84,11 +84,5 @@ <scope>test</scope> </dependency> </dependencies> - - <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>