Tag RC2 for Chain 1.2 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/chain/tags/CHAIN_1_2_RC2@658983 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apps/example/pom.xml b/apps/example/pom.xml
index 4185b2b..6a73551 100644
--- a/apps/example/pom.xml
+++ b/apps/example/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>chain-example</artifactId>
     <packaging>war</packaging>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <name>Chan Example App</name>
 
     <dependencies>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>commons-chain</groupId>
             <artifactId>commons-chain</artifactId>
-            <version>1.2-SNAPSHOT</version>
+            <version>1.2</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.portlet</groupId>
diff --git a/build.xml b/build.xml
index 258f469..efc77bc 100644
--- a/build.xml
+++ b/build.xml
@@ -20,7 +20,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="commons-chain-1.2-SNAPSHOT">
+  <property name="final.name" value="commons-chain-1.2">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -146,7 +146,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Commons Chain 1.2-SNAPSHOT API">
+    <property name="title" value="Commons Chain 1.2 API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.chain.*">
       <classpath>
@@ -191,4 +191,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 8a70b47..bd885d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-chain</groupId>
     <artifactId>commons-chain</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <name>Commons Chain</name>
     <description>
         An implmentation of the GoF Chain of Responsibility pattern
diff --git a/project.xml b/project.xml
index b3047de..aee4211 100644
--- a/project.xml
+++ b/project.xml
@@ -23,7 +23,7 @@
   
   <logo>/images/chain-logo-white.png</logo>
   
-  <currentVersion>1.2-SNAPSHOT</currentVersion>
+  <currentVersion>1.2</currentVersion>
   <inceptionYear>2003</inceptionYear>
   <shortDescription>Commons Chain</shortDescription>
   <description>An implmentation of the GoF Chain of Responsibility pattern</description>