diff --git a/changes/project.xml b/changes/project.xml index d6a770c5..6ca8a216 100644 --- a/changes/project.xml +++ b/changes/project.xml @@ -1,4 +1,5 @@ + - + ../plugin-parent/project.xml 3 maven-changes-plugin Maven Changes Plugin - 1.6-SNAPSHOT + 1.6 Produce changes report http://maven.apache.org/maven-1.x/reference/plugins/changes/ http://jira.codehaus.org/browse/MPCHANGES @@ -53,6 +53,11 @@ 1.5.1 MAVEN_CHANGES_1_5_1 + + 1.6 + 1.6 + MAVEN_CHANGES_1_6 + diff --git a/changes/xdocs/changes.xml b/changes/xdocs/changes.xml index 27ca050a..0200b651 100644 --- a/changes/xdocs/changes.xml +++ b/changes/xdocs/changes.xml @@ -17,33 +17,35 @@ * limitations under the License. */ --> - Changes plugin changes Vincent Massol - - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    -
  • dom4j v1.4-dev-8 -> v1.4
  • -
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
  • +
  • dom4j v1.4-dev-8 -> v1.4
  • +
  • xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
- Validate changes.xml. - Add multiple due-to/due-to-email support. - Add multiple issue support. - The encoding of changes.xml is not preserved after scm:prepare-release. + Validate + changes.xml. + + Add multiple due-to/due-to-email support. + Add multiple issue support. + The encoding of changes.xml is not preserved after + scm:prepare-release. + Fix XTHML 1.0 compliance. Document description attribute of release element. Add a live bookmark link for the RSS for Firefox. - - Added sorting of <action> elements. It is controlled - by 2 properties. The maven.changes.sort property decides - whether sorting is enabled or not and the - maven.changes.sort.order one decides the sort order. - Defaults to add,fix,update,remove. + Added sorting of + <action>elements. It is controlled by 2 properties. The + maven.changes.sortproperty decides whether sorting is enabled or not and the + maven.changes.sort.orderone decides the sort order. Defaults to + add,fix,update,remove.