Merge remote-tracking branch 'origin/master'
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 1ef7f31..19fdd8a 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -53,7 +53,7 @@
  a. For OpenLDAP:
 
  ```
- JAVA_OPTS="-Dversion=2.0.0-RC1 -Dfortress.admin.user=cn=Manager,dc=example,dc=com -Dfortress.admin.pw=secret -Dfortress.config.root=ou=Config,dc=example,dc=com"
+ JAVA_OPTS="-Dversion=2.0.0-RC2 -Dfortress.admin.user=cn=Manager,dc=example,dc=com -Dfortress.admin.pw=secret -Dfortress.config.root=ou=Config,dc=example,dc=com"
  ```
 
  b. For ApacheDS:
@@ -66,7 +66,7 @@
 4. Download the fortress realm proxy jar into tomcat/lib folder:
 
   ```
-  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.0-RC1/fortress-realm-proxy-2.0.0-RC1.jar -P $TOMCAT_HOME/lib
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.0-RC2/fortress-realm-proxy-2.0.0-RC2.jar -P $TOMCAT_HOME/lib
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -74,7 +74,7 @@
 5. Download the fortress rest war into tomcat/webapps folder:
 
   ```
-  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.0-RC1/fortress-rest-2.0.0-RC1.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.0-RC2/fortress-rest-2.0.0-RC2.war -P $TOMCAT_HOME/webapps
   ```
 
   where *TOMCAT_HOME* matches your target env.
diff --git a/README.md b/README.md
index e302075..1c8b867 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.0-RC2 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  mvn clean install
  ```
@@ -83,7 +83,7 @@
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC1/fortress-rest-2.0.0-RC1-source-release.zip
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-rest-2.0.0-RC2-source-release.zip
  unzip fortress-rest-2.0.1-RC1.zip
  cd fortress-rest-2.0.1-RC1
  mvn clean install