Author: dennisl
Date: Fri Feb 16 14:18:53 2007
New Revision: 508620
URL: http://svn.apache.org/viewvc?view=rev&rev=508620
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-changelog-plugin/pom.xml
Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?view=diff&rev=508620&r1=508619&r2=508620
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Fri Feb 16 14:18:53 2007
@@ -27,7 +27,7 @@
<artifactId>maven-changelog-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Changelog Plug-in</name>
- <version>2.0</version>
+ <version>2.1-SNAPSHOT</version>
<description>Produce SCM changelog reports.</description>
<prerequisites>
<maven>2.0</maven>
@@ -251,11 +251,5 @@
<properties>
<maven-scm.version>1.0-beta-4</maven-scm.version>
</properties>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.0</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changelog-plugin-2.0</url>
- </scm>
</project>