Author: dennisl Date: Thu Oct 1 09:03:31 2009 New Revision: 820579 URL: http://svn.apache.org/viewvc?rev=820579&view=rev Log: o 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=820579&r1=820578&r2=820579&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 09:03:31 2009 @@ -95,7 +95,7 @@ *-----------------+----------+-------------+ | introduction | String | A short description or introduction of the released artifact. Default-value: <<<$\{project.description\}>>>. *-----------------+----------+-------------+ -| developmentTeam | String | Name of the team that develops the artifact. Default-value: <<<$\{project.artifactId\}-team>>>. +| developmentTeam | String | Name of the team that develops the artifact. Default-value: <<<$\{project.name\} team>>>. *-----------------+----------+-------------+ | finalName | String | The name of the artifact to be used in the announcement. Default-value: <<<$\{project.build.finalName\}.$\{project.packaging\}>>>. *-----------------+----------+-------------+ @@ -110,7 +110,7 @@ *-----------------+----------+-------------+ | <<Variable>> | <<Type>> | <<Contents>> *-----------------+----------+-------------+ -| action* | 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. *-----------------+----------+-------------+