2.0.6 release preps
diff --git a/README.md b/README.md
index be1ebc8..42c61f4 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 2.0.5
+ * Version 2.0.6
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -69,16 +69,16 @@
 
  a. from git:
  ```
- git clone --branch 2.0.5 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
  cd directory-fortress-realm
  ```
 
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.5/fortress-realm-2.0.5-source-release.zip
- unzip fortress-realm-2.0.5-source-release.zip
- cd fortress-realm-2.0.5
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-realm-2.0.6-source-release.zip
+ unzip fortress-realm-2.0.6-source-release.zip
+ cd fortress-realm-2.0.6
  ```
 
 2. Build the source
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index 420b4a4..7dd158a 100644
--- a/REALM-CONTEXT-SETUP.md
+++ b/REALM-CONTEXT-SETUP.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm Context Setup
- * Version 2.0.5
+ * Version 2.0.6
  * Apache Fortress Realm Context System Architecture Diagram
  ![Apache Fortress Realm Context System Architecture](images/fortress-realm-system-arch.png "Apache Fortress Realm Context System Architecture")
 
diff --git a/REALM-HOST-SETUP.md b/REALM-HOST-SETUP.md
index 8feed6c..4d5c340 100644
--- a/REALM-HOST-SETUP.md
+++ b/REALM-HOST-SETUP.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm Host Setup
- * Version 2.0.5
+ * Version 2.0.6
  * Apache Fortress Realm Host System Architecture Diagram
  ![Apache Fortress Realm Host System Architecture](images/fortress-realm-host-system-arch.png "Apache Fortress Realm Host System Architecture")
 
diff --git a/pom.xml b/pom.xml
index 54689bb..9fcba81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     </distMgmtSiteUrl>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>2.0.5</fortress-core.version>
+    <fortress-core.version>2.0.6</fortress-core.version>
     <javadoc.version>2.9.1</javadoc.version>
     <junit.version>4.12</junit.version>
     <checkstyle-configuration.version>0.1</checkstyle-configuration.version>