FC-201 - jgrapht 1.0.0 requires Java 8
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 0413185..df0c10d 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README-QUICKSTART for Apache Fortress Web
- * Version 2.0.0-RC2-SNAPSHOT
+ * Version 2.0.0-RC2
 
 -------------------------------------------------------------------------------
 ## Table of Contents
diff --git a/README.md b/README.md
index a167911..b02e422 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Web
- * Version 2.0.0-RC2-SNAPSHOT
+ * Version 2.0.0-RC2
  * Apache Fortress Web System Architecture Diagram
  ![Apache Fortress Web System Architecture](images/fortress-web-system-arch.png "Apache Fortress Web System Architecture")
 
diff --git a/pom.xml b/pom.xml
index f96ac13..d2c05cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
     </developerConnection>
-    <tag>2.0.0-RC1</tag>
+    <tag>2.0.0-RC2</tag>
   </scm>
 
   <issueManagement>
@@ -87,7 +87,7 @@
 
   <properties>
     <title>${project.name} ${project.version}</title>
-    <fortress.realm.version>2.0.0-RC2-SNAPSHOT</fortress.realm.version>
+    <fortress.realm.version>2.0.0-RC2</fortress.realm.version>
     <wicket.version>7.4.0</wicket.version>
     <wicket.jquery.version>7.4.0</wicket.jquery.version>
     <wicket.kendo-ui.version>7.4.0</wicket.kendo-ui.version>