[maven-scm-plugin] prepare release 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
@@ -53,6 +53,11 @@
|
||||
<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>
|
||||
<developer>
|
||||
|
||||
@@ -17,33 +17,35 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes plugin changes</title>
|
||||
<author email="vmassol@apache.org">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">
|
||||
|
||||
Reference in New Issue
Block a user