Author: aheritier Date: Thu Mar 22 17:16:41 2007 New Revision: 521545 URL: http://svn.apache.org/viewvc?view=rev&rev=521545 Log: change next version
Modified: maven/maven-1/plugins/trunk/changelog/project.xml maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/changelog/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/project.xml?view=diff&rev=521545&r1=521544&r2=521545 ============================================================================== --- maven/maven-1/plugins/trunk/changelog/project.xml (original) +++ maven/maven-1/plugins/trunk/changelog/project.xml Thu Mar 22 17:16:41 2007 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven-changelog-plugin</id> <name>Maven Changelog Plugin</name> - <currentVersion>1.10-SNAPSHOT</currentVersion> + <currentVersion>1.9.2-SNAPSHOT</currentVersion> <description>The Changelog plugin generates reports about recent changes to the SCM repository.</description> <shortDescription>Produce SCM changelog reports.</shortDescription> <versions> Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?view=diff&rev=521545&r1=521544&r2=521545 ============================================================================== --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Thu Mar 22 17:16:41 2007 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.10-SNAPSHOT" date="In SVN"> + <release version="1.9.2-SNAPSHOT" date="In SVN"> <action dev="ltheussl" type="fix" issue="MPCHANGELOG-89">Plugin fails with anonymous access and empty password in scm url.</action> <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action> <action dev="ltheussl" type="add">New property <code>maven.changelog.useDeveloperConnection</code>.</action>