[maven-release-plugin] prepare release 2.0.0-RC1
diff --git a/impl/pom.xml b/impl/pom.xml
index dad8718..5df1f08 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>2.0.0-RC1-SNAPSHOT</version>
+    <version>2.0.0-RC1</version>
   </parent>
   <artifactId>fortress-realm-impl</artifactId>
   <name>Apache Fortress Realm Implementation</name>
diff --git a/pom.xml b/pom.xml
index 4d5b797..f43f3b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>2.0.0-RC1-SNAPSHOT</version>
+  <version>2.0.0-RC1</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Fortress Realm is an ANSI RBAC INCITS 359 compliant policy enforcement engine.
diff --git a/proxy/pom.xml b/proxy/pom.xml
index fc503e1..f396fac 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>2.0.0-RC1-SNAPSHOT</version>
+    <version>2.0.0-RC1</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>