From 7757b3af9c77766681cdceafa0f9ea0f248ce48f Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 24 Aug 2006 22:52:29 +0000 Subject: [PATCH] Add docs for changes:transform tag library git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@434554 13f79535-47bb-0310-9956-ffa450edef68 --- changes/xdocs/navigation.xml | 1 + changes/xdocs/tags.xml | 68 ++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 changes/xdocs/tags.xml 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. +
+
+
+ +