[maven-scm-plugin] prepare release 1.7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 09:22:04 +00:00
parent 051c0465c8
commit 36a977f79b
2 changed files with 71 additions and 62 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-changes-plugin</id> <id>maven-changes-plugin</id>
<name>Maven Changes Plugin</name> <name>Maven Changes Plugin</name>
<currentVersion>1.7-SNAPSHOT</currentVersion> <currentVersion>1.7</currentVersion>
<shortDescription>Produce changes report</shortDescription> <shortDescription>Produce changes report</shortDescription>
<versions> <versions>
<version> <version>
@ -50,6 +50,11 @@
<name>1.6</name> <name>1.6</name>
<tag>MAVEN_CHANGES_1_6</tag> <tag>MAVEN_CHANGES_1_6</tag>
</version> </version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_CHANGES_1_7</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -23,15 +23,19 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.7-SNAPSHOT" date="In SVN"> <release version="1.7" date="2006-10-29">
<action dev="ltheussl" type="fix" issue="MPCHANGES-31"><code>changes:release-version</code> removes spaces after closing tags.</action> <action dev="ltheussl" type="fix" issue="MPCHANGES-31">
<code>changes:release-version</code> removes spaces after closing tags.
</action>
<action dev="ltheussl" type="update">It now requires Maven 1.1.</action> <action dev="ltheussl" type="update">It now requires Maven 1.1.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGES-32">The encoding of the changes.xml file is not preserved after doing release-version.</action> <action dev="ltheussl" type="fix" issue="MPCHANGES-32">The encoding of the changes.xml file is not preserved after doing release-version.</action>
<action dev="ltheussl" type="add">New property maven.changes.outputencoding.</action> <action dev="ltheussl" type="add">New property maven.changes.outputencoding.</action>
<action dev="ltheussl" type="update">Update dom4j dependency to match the one in maven 1.1 core.</action> <action dev="ltheussl" type="update">Update dom4j dependency to match the one in maven 1.1 core.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action> <action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action> <action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGES-30">Missing <code>changes.xml</code> makes report fail.</action> <action dev="ltheussl" type="fix" issue="MPCHANGES-30">Missing
<code>changes.xml</code> makes report fail.
</action>
<action dev="aheritier" type="fix" issue="MPCHANGES-29">Add icons used by this plugin. This must be independent of the xdoc plugin.</action> <action dev="aheritier" type="fix" issue="MPCHANGES-29">Add icons used by this plugin. This must be independent of the xdoc plugin.</action>
</release> </release>
<release version="1.6" date="2005-12-12"> <release version="1.6" date="2005-12-12">