[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:
parent
051c0465c8
commit
36a977f79b
@ -22,7 +22,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-changes-plugin</id>
|
||||
<name>Maven Changes Plugin</name>
|
||||
<currentVersion>1.7-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.7</currentVersion>
|
||||
<shortDescription>Produce changes report</shortDescription>
|
||||
<versions>
|
||||
<version>
|
||||
@ -50,6 +50,11 @@
|
||||
<name>1.6</name>
|
||||
<tag>MAVEN_CHANGES_1_6</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.7</id>
|
||||
<name>1.7</name>
|
||||
<tag>MAVEN_CHANGES_1_7</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -23,15 +23,19 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="In SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPCHANGES-31"><code>changes:release-version</code> removes spaces after closing tags.</action>
|
||||
<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="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="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="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="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>
|
||||
</release>
|
||||
<release version="1.6" date="2005-12-12">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user