diff --git a/checkstyle/project.properties b/checkstyle/project.properties
index b63ab92e..6fc6f3df 100644
--- a/checkstyle/project.properties
+++ b/checkstyle/project.properties
@@ -2,6 +2,5 @@
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.xdoc.date=left
-maven.xdoc.version=2.0
+maven.xdoc.version=${pom.currentVersion}
maven.license.licenseFile=${basedir}/../LICENSE.txt
-
diff --git a/checkstyle/project.xml b/checkstyle/project.xml
index b4e6cf3e..4beeb434 100644
--- a/checkstyle/project.xml
+++ b/checkstyle/project.xml
@@ -5,7 +5,7 @@
3
maven-checkstyle-plugin
Maven Checkstyle Plug-in
- 2.1
+ 2.2-SNAPSHOT
Produce Checkstyle report
http://maven.apache.org/reference/plugins/checkstyle/
@@ -25,6 +25,11 @@
2.0
MAVEN_CHECKSTYLE_2_0
+
+ 2.2
+ 2.2
+ HEAD
+
@@ -91,7 +96,15 @@
checkstyle
checkstyle
- 3.1
+ 3.2
+
+ root
+
+
+
+ checkstyle
+ checkstyle-optional
+ 3.2
root
diff --git a/checkstyle/src/plugin-resources/sun_checks.xml b/checkstyle/src/plugin-resources/sun_checks.xml
index 2efad25e..cfd9665e 100644
--- a/checkstyle/src/plugin-resources/sun_checks.xml
+++ b/checkstyle/src/plugin-resources/sun_checks.xml
@@ -54,6 +54,7 @@
+
@@ -75,7 +76,12 @@
-
+
+
+
+
+
+
@@ -106,6 +112,7 @@
+
diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml
index 5cddf712..e8d4b1ae 100644
--- a/checkstyle/xdocs/changes.xml
+++ b/checkstyle/xdocs/changes.xml
@@ -8,10 +8,19 @@
+
+
+
+
+
+
-
- Added ignoreLines 1, 6
- update to use maven.docs.*/maven.gen.docs
+
+ Added ignoreLines 1, 6
+
+
+ Update to use maven.docs.*/maven.gen.docs
+
Add maven dependency and classes directory to classpath. This stops
'Unable to get class information for '<classname>' errors.
@@ -46,6 +55,7 @@
violations in XML format) which is always created.
+