update pom version for manual release procedure
diff --git a/api/pom.xml b/api/pom.xml
index e8a60c0..368f2d2 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-beta-3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.core</groupId>
@@ -352,7 +352,7 @@
        <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-build</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>2.0.0-beta-3</version>
           <scope>provided</scope>
        </dependency> -->
 
@@ -413,7 +413,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-beta</version>
+            <version>1.0.0-beta-2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 2d04b85..c2bf34b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-beta-3</version>
   </parent>
 
   <scm>
diff --git a/impl/pom.xml b/impl/pom.xml
index 4b63a65..57a09e8 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-beta-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -933,7 +933,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-beta</version>
+      <version>1.0.0-beta-2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -1045,7 +1045,7 @@
   </repositories>
 
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-beta-3</myfaces-shared.version>
     <myfaces-builder-plugin.version>1.0.5</myfaces-builder-plugin.version>
   </properties>
 </project>
diff --git a/implee6/pom.xml b/implee6/pom.xml
index 25e30aa..d65a930 100644
--- a/implee6/pom.xml
+++ b/implee6/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-beta-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -59,7 +59,7 @@
   </dependencies>
   
   <properties>
-    <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
+    <myfaces-shared.version>4.0.1-beta-3</myfaces-shared.version>
   </properties>
   
 </project>
diff --git a/pom.xml b/pom.xml
index 63de533..e1f45b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     This project is the home of the MyFaces implementation of the JavaServer Faces 2.0 specification, and
     consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
   </description>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0-beta-3</version>
   <url>http://myfaces.apache.org/core20</url>
   <issueManagement>
     <system>jira</system>