Author: ltheussl Date: Mon Dec 12 21:33:54 2005 New Revision: 356478 URL: http://svn.apache.org/viewcvs?rev=356478&view=rev Log: [maven-scm-plugin] prepare release 1.6
Modified: maven/maven-1/plugins/trunk/changes/project.xml maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/changes/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/project.xml?rev=356478&r1=356477&r2=356478&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/changes/project.xml (original) +++ maven/maven-1/plugins/trunk/changes/project.xml Mon Dec 12 21:33:54 2005 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -16,13 +17,12 @@ * limitations under the License. */ --> -<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> <id>maven-changes-plugin</id> <name>Maven Changes Plugin</name> - <currentVersion>1.6-SNAPSHOT</currentVersion> + <currentVersion>1.6</currentVersion> <shortDescription>Produce changes report</shortDescription> <url>http://maven.apache.org/maven-1.x/reference/plugins/changes/</url> <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl> @@ -52,6 +52,11 @@ <id>1.5.1</id> <name>1.5.1</name> <tag>MAVEN_CHANGES_1_5_1</tag> + </version> + <version> + <id>1.6</id> + <name>1.6</name> + <tag>MAVEN_CHANGES_1_6</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/changes/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/xdocs/changes.xml?rev=356478&r1=356477&r2=356478&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/changes/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Mon Dec 12 21:33:54 2005 @@ -17,33 +17,35 @@ * limitations under the License. */ --> - <document> <properties> <title>Changes plugin changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.6-SNAPSHOT" date="in SVN"> - <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + <release version="1.6" date="2005-12-12"> + <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <ul> - <li>dom4j v1.4-dev-8 -> v1.4</li> - <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li> + <li>dom4j v1.4-dev-8 -> v1.4</li> + <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li> </ul> </action> - <action dev="ltheussl" type="add" issue="MPCHANGES-25">Validate <code>changes.xml</code>.</action> - <action dev="ltheussl" type="add" issue="MPCHANGES-15"> Add multiple due-to/due-to-email support.</action> - <action dev="ltheussl" type="add" issue="MPCHANGES-16"> Add multiple issue support.</action> - <action dev="ltheussl" type="fix" issue="MPCHANGES-24">The encoding of changes.xml is not preserved after <code>scm:prepare-release</code>.</action> + <action dev="ltheussl" type="add" issue="MPCHANGES-25">Validate + <code>changes.xml</code>. + </action> + <action dev="ltheussl" type="add" issue="MPCHANGES-15">Add multiple due-to/due-to-email support.</action> + <action dev="ltheussl" type="add" issue="MPCHANGES-16">Add multiple issue support.</action> + <action dev="ltheussl" type="fix" issue="MPCHANGES-24">The encoding of changes.xml is not preserved after + <code>scm:prepare-release</code>. + </action> <action dev="aheritier" type="fix">Fix XTHML 1.0 compliance.</action> <action dev="ltheussl" type="fix" issue="MPCHANGES-22" due-to="Mike Traum">Document description attribute of release element.</action> <action dev="brett" type="add">Add a live bookmark link for the RSS for Firefox.</action> - <action dev="vmassol" type="fix" issue="MPCHANGES-14"> - Added sorting of <code><action></code> elements. It is controlled - by 2 properties. The <code>maven.changes.sort</code> property decides - whether sorting is enabled or not and the - <code>maven.changes.sort.order</code> one decides the sort order. - Defaults to <code>add,fix,update,remove</code>. + <action dev="vmassol" type="fix" issue="MPCHANGES-14">Added sorting of + <code><action></code>elements. It is controlled by 2 properties. The + <code>maven.changes.sort</code>property decides whether sorting is enabled or not and the + <code>maven.changes.sort.order</code>one decides the sort order. Defaults to + <code>add,fix,update,remove</code>. </action> </release> <release version="1.5.1" date="2004-10-23">