Fixed the synapse version to 1.2-beta1

and added a private repo to get the WSS4J and Rampart artifacts, which will be removed for the 1.2 relase once theose releases are officially out.

git-svn-id: https://svn.apache.org/repos/asf/synapse/branches/1.2@660833 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index e31301b..491a3bb 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/extensions/pom.xml b/modules/extensions/pom.xml
index adc30f2..4b9f30c 100644
--- a/modules/extensions/pom.xml
+++ b/modules/extensions/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/handler/pom.xml b/modules/handler/pom.xml
index 7991e36..8abe0a6 100644
--- a/modules/handler/pom.xml
+++ b/modules/handler/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/mar/pom.xml b/modules/mar/pom.xml
index 389cebb..beb3a67 100644
--- a/modules/mar/pom.xml
+++ b/modules/mar/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/samples/pom.xml b/modules/samples/pom.xml
index 0b7b3dd..77158b7 100644
--- a/modules/samples/pom.xml
+++ b/modules/samples/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/transports/pom.xml b/modules/transports/pom.xml
index a13c27c..6e971e0 100644
--- a/modules/transports/pom.xml
+++ b/modules/transports/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/war/pom.xml b/modules/war/pom.xml
index 1015f12..8d08c99 100644
--- a/modules/war/pom.xml
+++ b/modules/war/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2-beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 77ef2f4..56957da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2-beta1</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -1109,9 +1109,9 @@
         </repository>
         <!-- TODO remove this repository before actual release -->
         <repository>
-            <id>rampart-m2</id>
-            <name>Rampart release candidate Repository</name>
-            <url>http://people.apache.org/~nandana/rampart-1.4/RC2/m2-repo/</url>
+            <id>temp-repo</id>
+            <name>Rampart and WSS4J release candidate Repository</name>
+            <url>http://people.apache.org/~ruwan/synapse/1_2/tmp_m2/</url>
             <releases>
                 <updatePolicy>never</updatePolicy>
             </releases>
@@ -1133,7 +1133,7 @@
 
     <properties>
         <!-- Synapse and related components -->
-        <synapse.version>1.2-SNAPSHOT</synapse.version>
+        <synapse.version>1.2-beta1</synapse.version>
         <httpcore.nio.version>4.0-beta1</httpcore.nio.version>
         <commons.dbcp.version>1.2.2</commons.dbcp.version>
         <commons.pool.version>1.3</commons.pool.version>
@@ -1159,10 +1159,10 @@
 
         <!-- addressing, rampart, neethi -->
         <addressing.version>1.4</addressing.version>
-        <rampart.version>642231</rampart.version>
+        <rampart.version>1.4</rampart.version>
         <mercury.version>0.9</mercury.version>
         <neethi.version>2.0.4</neethi.version>
-        <wss4j.version>1.5.4-RC3</wss4j.version>
+        <wss4j.version>1.5.4</wss4j.version>
         <opensaml.version>1.1</opensaml.version>
         <xmlsec.version>1.4.0</xmlsec.version>
         <bcprov.jdk15.version>132</bcprov.jdk15.version>