(update) pom changes for 1.10
diff --git a/pom.xml b/pom.xml
index 53d328d..1144caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>commons-build-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.10-SNAPSHOT</version>
+  <version>1.10</version>
   <name>Apache Commons Build Plugin Maven Mojo</name>
   <description>
     Apache Maven Mojo for Apache Commons Build tasks.
@@ -214,8 +214,8 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.8</commons.bc.version>
-    <commons.release.version>1.9</commons.release.version>
+    <commons.bc.version>1.9</commons.bc.version>
+    <commons.release.version>1.10</commons.release.version>
     <commons.rc.version>RC1</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>