diff --git a/pmd/announcements/1.2.ann b/pmd/announcements/1.2.ann
new file mode 100644
index 00000000..991839dc
--- /dev/null
+++ b/pmd/announcements/1.2.ann
@@ -0,0 +1,22 @@
+The Maven team is pleased to announce the PMD plugin 1.2 release!
+
+http://maven.apache.org/reference/plugins/pmd
+
+The Maven PMD plugin is a plugin that wraps the PMD framework
+(http://pmd.sourceforge.net). PMD is a source checking framework that
+works by scanning Java source code and looks for potential problems
+like: unused local variables, empty catch blocks, unused parameters,
+empty 'if' statements, etc.
+
+Changes in this version:
+
+o Upgraded to use PMD 1.2.1.
+
+Note that this plugin has been tested with Maven 1.0 rc1. Using it with
+another version of Maven is at your own risks! :-)
+
+You can download the PMD Maven plugin here:
+http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.2.jar
+
+Have fun!
+-Vincent
\ No newline at end of file
diff --git a/pmd/project.properties b/pmd/project.properties
index b443601d..4911a5ac 100644
--- a/pmd/project.properties
+++ b/pmd/project.properties
@@ -1 +1,7 @@
-maven.xdoc.date = bottom
+# -------------------------------------------------------------------
+# P R O J E C T P R O P E R T I E S
+# -------------------------------------------------------------------
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
+maven.checkstyle.format = turbine
+maven.license.licenseFile=${basedir}/../../../LICENSE.txt
diff --git a/pmd/project.xml b/pmd/project.xml
index b48deea0..623b31c4 100644
--- a/pmd/project.xml
+++ b/pmd/project.xml
@@ -5,8 +5,11 @@
3
maven-pmd-plugin
Maven PMD Plug-in
- 1.2-SNAPSHOT
- This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer
+ 1.2
+
+ This plugin provides a more or less seamless integration with Maven and the
+ PMD static source code analyzer.
+
Maven Plugin for PMD
http://maven.apache.org/reference/plugins/pmd/
/www/maven.apache.org/reference/plugins/pmd/
@@ -28,7 +31,7 @@
1.2
1.2
- HEAD
+ MAVEN_PMD_1_2
diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml
index f9f7aed3..257838d3 100644
--- a/pmd/xdocs/changes.xml
+++ b/pmd/xdocs/changes.xml
@@ -8,7 +8,7 @@
-
+
Upgraded to use PMD 1.2.1.
diff --git a/pmd/xdocs/navigation.xml b/pmd/xdocs/navigation.xml
index 0155ab3a..86182277 100644
--- a/pmd/xdocs/navigation.xml
+++ b/pmd/xdocs/navigation.xml
@@ -12,6 +12,7 @@