diff --git a/pmd/announcements/1.1.ann b/pmd/announcements/1.1.ann
new file mode 100644
index 00000000..8ff78764
--- /dev/null
+++ b/pmd/announcements/1.1.ann
@@ -0,0 +1,27 @@
+The Maven team is pleased to announce the PMD plugin 1.1 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 Adding maven.pmd.includes and maven.pmd.excludes to match functionality
+ in checkstyle plugin.
+o Now respects pom.build.sourceModifications.
+o Add xml declaration to generated report. Fixed for character encoding.
+o Make sure the report does not fail if PMD does not detect any
+ violation. Fixes bug MAVEN-538
+
+Note that this plugin has been tested with Maven beta 10. 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.1.jar
+
+Have fun!
+-Vincent
\ No newline at end of file
diff --git a/pmd/project.xml b/pmd/project.xml
index 6b6dd86f..a7608bf3 100644
--- a/pmd/project.xml
+++ b/pmd/project.xml
@@ -5,7 +5,7 @@
3
maven-pmd-plugin
Maven PMD Plug-in
- 1.1-SNAPSHOT
+ 1.1
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/
@@ -23,7 +23,7 @@
1.1
1.1
- HEAD
+ MAVEN_PMD_1_1
diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml
index d8d03474..c2877fd1 100644
--- a/pmd/xdocs/changes.xml
+++ b/pmd/xdocs/changes.xml
@@ -8,12 +8,14 @@
-
+
- Adding maven.pmd.includes and maven.pmd.excludes to match functionality in checkstyle plugin.
+ Adding maven.pmd.includes and
+ maven.pmd.excludes to match functionality in checkstyle
+ plugin.
- Now respects pom.build.sourceModifications
+ Now respects pom.build.sourceModifications.
Add xml declaration to generated report. Fixed for character encoding.
diff --git a/pmd/xdocs/navigation.xml b/pmd/xdocs/navigation.xml
index 0b5787be..0155ab3a 100644
--- a/pmd/xdocs/navigation.xml
+++ b/pmd/xdocs/navigation.xml
@@ -4,15 +4,17 @@
Maven PMD Plugin
-
-
-
-
-
+
+
+
+