change version to 2.0.0-RC1-SNAPSHOT
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 1006e4b..efa0fcb 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README-QUICKSTART for Apache Fortress Rest
- * Version 1.0.1
+ * version 2.0.0-RC1-SNAPSHOT
 
 -------------------------------------------------------------------------------
 ## Table of Contents
diff --git a/README.md b/README.md
index b4965de..f8248f7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Rest
- * Version 1.0.2-SNAPSHOT
+ * Version 2.0.0-RC1-SNAPSHOT
  * Apache Fortress Rest System Architecture Diagram
  ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")
 
diff --git a/pom.xml b/pom.xml
index 390933a..13efc8e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-rest</artifactId>
   <packaging>war</packaging>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>2.0.0-RC1-SNAPSHOT</version>
   <name>Apache Fortress Rest</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Rest provides a RESTful implementation of the Fortress Access Management APIs</description>
@@ -93,7 +93,7 @@
     <title>${project.name} ${project.version}</title>
     
     <!-- Dependencies version -->
-    <fortress.realm.version>1.0.2-SNAPSHOT</fortress.realm.version>
+    <fortress.realm.version>2.0.0-RC1-SNAPSHOT</fortress.realm.version>
     <cxf.version>3.1.6</cxf.version>
     <httpclient.version>3.1</httpclient.version>
     <java.version>1.7</java.version>