diff --git a/checkstyle/announcements/2.2.ann b/checkstyle/announcements/2.2.ann
new file mode 100644
index 00000000..d456851e
--- /dev/null
+++ b/checkstyle/announcements/2.2.ann
@@ -0,0 +1,23 @@
+The Maven team is pleased to announce the Checkstyle plugin 2.2 release!
+
+http://maven.apache.org/reference/plugins/checkstyle/
+
+The Maven Checkstyle plugin is a plugin for Checkstyle
+(http://checkstyle.sourceforge.net) that allows for code
+to be checked and a Maven report produced
+
+Changes in this version:
+
+o The Checkstyle HTML report now provides information on severity.
+o Prevent projects who do not use the head check from failing if they
+ don't provide a license file.
+o Upgraded to Checkstyle 3.2.
+
+Note that this plugin has been tested with Maven 1.0-rc1 and Maven
+1.1-SNAPSHOT. Using it with another version of Maven is at your
+own risks! :-)
+
+You can download the Checkstyle Maven plugin here:
+http://www.ibiblio.org/maven/maven/plugins/maven-checkstyle-plugin-2.2.jar
+
+Have fun!
\ No newline at end of file
diff --git a/checkstyle/project.xml b/checkstyle/project.xml
index 213c55f1..4614a353 100644
--- a/checkstyle/project.xml
+++ b/checkstyle/project.xml
@@ -5,7 +5,7 @@
3
maven-checkstyle-plugin
Maven Checkstyle Plug-in
- 2.2-SNAPSHOT
+ 2.2
Produce Checkstyle report
http://maven.apache.org/reference/plugins/checkstyle/
@@ -29,7 +29,7 @@
2.2
2.2
- HEAD
+ MAVEN_CHECKSTYLE_2_2
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml
index 65cf5854..548716e2 100644
--- a/checkstyle/xdocs/changes.xml
+++ b/checkstyle/xdocs/changes.xml
@@ -8,7 +8,7 @@
-
+
The Checkstyle HTML report now provides information on severity.
diff --git a/checkstyle/xdocs/navigation.xml b/checkstyle/xdocs/navigation.xml
index 50373e7b..1a3df544 100644
--- a/checkstyle/xdocs/navigation.xml
+++ b/checkstyle/xdocs/navigation.xml
@@ -16,6 +16,8 @@