Author: dennisl
Date: Thu Oct  1 11:03:47 2009
New Revision: 820605

URL: http://svn.apache.org/viewvc?rev=820605&view=rev
Log:
o Add missing variables to and fix errors in the template reference 
documentation.

Modified:
    
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/using-a-custom-announcement-template.apt.vm

Modified: 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/using-a-custom-announcement-template.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/using-a-custom-announcement-template.apt.vm?rev=820605&r1=820604&r2=820605&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/using-a-custom-announcement-template.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/using-a-custom-announcement-template.apt.vm
 Thu Oct  1 11:03:47 2009
@@ -91,17 +91,21 @@
 *-----------------+----------+-------------+
 | packaging*      | String   | The packaging from your project's pom.
 *-----------------+----------+-------------+
+| release*        | Release  | The release that you are announcing.
+*-----------------+----------+-------------+
+| project*        | MavenProject | The Maven Project being released.
+*-----------------+----------+-------------+
 | url             | String   | Distribution url of the artifact. <<Default 
value is>>: <<<$\{project.url\}>>>.
 *-----------------+----------+-------------+
 | introduction    | String   | A short description or introduction of the 
released artifact. <<Default value is>>: <<<$\{project.description\}>>>.
 *-----------------+----------+-------------+
 | developmentTeam | String   | Name of the team that develops the artifact. 
<<Default value is>>: <<<$\{project.name\} team>>>.
 *-----------------+----------+-------------+
-| finalName       | String   | The name of the artifact to be used in the 
announcement. <<Default value is>>: 
<<<$\{project.build.finalName\}.$\{project.packaging\}>>>.
+| finalName       | String   | The name of the artifact to be used in the 
announcement. <<Default value is>>: <<<$\{project.build.finalName\}>>>.
 *-----------------+----------+-------------+
 | urlDownload     | String   | URL where the artifact can be downloaded. 
<<Default value is>>: <<<$\{project.url\}>>>.
 *-----------------+----------+-------------+
-| release*        | Release  | The release that you are announcing.
+| announceParameters | Map   | A Map of custom parameters that can be 
specified in the plugin's configuration.
 *-----------------+----------+-------------+
 <Variables marked with * are read-only.>
 
@@ -110,7 +114,7 @@
 *-----------------+----------+-------------+
 | <<Variable>>    | <<Type>> | <<Description>>
 *-----------------+----------+-------------+
-| actions         | List     | All actions that were completed in this release.
+| actions*        | List     | All actions that were completed in this release.
 *-----------------+----------+-------------+
 | dateRelease*    | String   | The date when this release is made.
 *-----------------+----------+-------------+


Reply via email to