diff --git a/pmd-eclipse-feature/feature.xml b/pmd-eclipse-feature/feature.xml
index 1273a7d030..3b162d63ca 100644
--- a/pmd-eclipse-feature/feature.xml
+++ b/pmd-eclipse-feature/feature.xml
@@ -2,7 +2,7 @@
@@ -41,6 +41,6 @@
id="net.sourceforge.pmd.eclipse"
download-size="0"
install-size="0"
- version="3.1.1"/>
+ version="3.1.2"/>
diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt
index d40c3c2578..f9f413c754 100644
--- a/pmd-eclipse/CHANGELOG.txt
+++ b/pmd-eclipse/CHANGELOG.txt
@@ -2,7 +2,17 @@ Change log for the PMD Eclipse plugin
-------------------------------------
-v3.1.1 - xx/xx/2005
+v3.1.2 - 03/11/2005
+
+Runtime
+-------
+. RFE#1334241-Add an extension point to declare custom rulesets
+. BUG#1212311-Deselecting a rules should now work
+. Fix the missing ShowDataflowView issue
+
+
+----------------------------------------------------------------------------------------
+v3.1.1 - 01/11/2005
Runtime
-------
diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt
index ad0d51a768..64b5f4f23f 100644
--- a/pmd-eclipse/RELNOTES.txt
+++ b/pmd-eclipse/RELNOTES.txt
@@ -1,6 +1,13 @@
Release notes for the PMD Eclipse Plugin
----------------------------------------
+v3.1.2 03/11/2005
+-----------------
+
+This is a minor release that fix missing elements from previous release.
+
+
+----------------------------------------------------------------------------------------
v3.1.1 01/11/2005
-----------------
diff --git a/pmd-eclipse/plugin.xml b/pmd-eclipse/plugin.xml
index b285ca61ef..968def3989 100644
--- a/pmd-eclipse/plugin.xml
+++ b/pmd-eclipse/plugin.xml
@@ -3,7 +3,7 @@