change next version

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@521545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-03-23 00:16:41 +00:00
parent a599e02342
commit af1bae407b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id> <id>maven-changelog-plugin</id>
<name>Maven Changelog Plugin</name> <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> <description>The Changelog plugin generates reports about recent changes to the SCM repository.</description>
<shortDescription>Produce SCM changelog reports.</shortDescription> <shortDescription>Produce SCM changelog reports.</shortDescription>
<versions> <versions>

View File

@ -24,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <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="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="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> <action dev="ltheussl" type="add">New property <code>maven.changelog.useDeveloperConnection</code>.</action>