bc.version: 1.12 -> 1.11; rv.version: RC1 -> RC2
diff --git a/pom.xml b/pom.xml
index 0f827a1..2d4783c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,8 +246,8 @@
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.12</commons.bc.version>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.bc.version>1.11</commons.bc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>