diff --git a/changes/xdocs/navigation.xml b/changes/xdocs/navigation.xml index 658fb05f..bcfb7d8f 100644 --- a/changes/xdocs/navigation.xml +++ b/changes/xdocs/navigation.xml @@ -31,6 +31,7 @@ + diff --git a/changes/xdocs/tags.xml b/changes/xdocs/tags.xml new file mode 100644 index 00000000..8b02c0b0 --- /dev/null +++ b/changes/xdocs/tags.xml @@ -0,0 +1,68 @@ + + + + + + Plugin tags + + +
+

The following tag libraries and tags are provided by this plugin.

+
    +
  1. changes:transform +
      +
    1. release-version
    2. +
    +
  2. +
+
+
+ +

+ Updates the changes.xml file in preparation for a release. + Used by the scm:prepare-release goal. +

+ + + + + + + + + + + + + + + + + +
AttributeOptional?Description
versionNoThe version attribute of the release tag in changes.xml.
encodingYes + The encoding of changes.xml file. + If not given, the property maven.changes.outputencoding will be used. +
dateYes + The date attribute of the release tag in changes.xml. + If not given, the current date will be used. +
+
+
+ +