changes Changes A recording of changes made during each release of a project. This file should record every changes made to the project. package org.apache.maven.plugins.changes.model ChangesDocument Record every release with their subsequent changes. 1.0.0 properties 1.0.0 Properties 1 Contains the properties of this document. body 1.0.0 true Body Contains the releases of this project with the actions taken for each of the releases. Properties 1.0.0 title 1.0.0 true String Page Title. author 1.0.0 Page Author Author 1 Body 1.0.0 releases 1.0.0 Release * The list of releases for this project. Release 1.0.0 A single release of this project. version 1.0.0 true String The version number associated with this release. dateRelease 1.0.0 true String The date of this release.

This field can be any String, such as "in SVN" when the version isn't yet released.

]]>
description 1.0.0 String A short description of this release. actions 1.0.0 Action * The list of actions taken for this release.
1.0.0
Author 1.0.0 A description of the author page. name 1.0.0 Content The page author name. authorEmail 1.0.0 String The page author email. Action 1.0.0 A single action done on the project, during this release. action 1.0.0 Content A short description of the action taken. dev 1.0.0 true String Name of developer who committed the change.

This MUST be the name of the developer as described in the developers section of the pom.xml file.

]]>
dueTo 1.0.0 String Name of the person to be credited for this change. This can be used when a patch is submitted by a non-committer. dueToEmail 1.0.0 String Email of the person to be credited for this change. issue 1.0.0 true String Id of the issue related to this change. This is the id in your issue tracking system.

The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.

See the changes-report mojo for more details.

]]>
type 1.0.0 true String
  • add : added functionnality to the project.
  • fix : bug fix for the project.
  • update : updated some part of the project.
  • remove : removed some functionnality from the project.
  • ]]>
    system 1.0.0 String Id of issue tracking system. If empty 'default' value will be use.

    The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplatePerSystem parameter.

    See the changes-report mojo for more details.

    ]]>
    date 1.0.0 String fix date fixedIssues 1.0.0 FixedIssue * A list of fix issues. dueTos 1.0.0 DueTo * A list of contributors for this issue.
    1.0.9+
    DueTo 1.0.0 Name and Email of the person to be credited for this change. This can be used when a patch is submitted by a non-committer. name 1.0.0 String Name of the person to be credited for this change. email 1.0.0 String Email of the person to be credited for this change. FixedIssue 1.0.0 A fixed issue. issue 1.0.0 String Id of the issue related to this change. This is the id in your issue tracking system.

    The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.

    See the changes-report mojo for more details.

    ]]>