2.0.3 release preps
diff --git a/README.md b/README.md
index 66a4baf..445cee2 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 2.0.2
+ * Version 2.0.3
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -63,7 +63,7 @@
 
  a. from git:
  ```
- git clone --branch 2.0.2 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.3 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
  cd directory-fortress-realm
  mvn clean install
  ```
@@ -71,9 +71,9 @@
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.2/fortress-realm-2.0.2-source-release.zip
- unzip fortress-realm-2.0.2-source-release.zip
- cd fortress-realm-2.0.2
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-realm-2.0.3-source-release.zip
+ unzip fortress-realm-2.0.3-source-release.zip
+ cd fortress-realm-2.0.3
  mvn clean install
  ```
 
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index 746fefa..7eb2f0c 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.2
+ * Version 2.0.3
  * 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 bcea3fe..e7a256c 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.2
+ * Version 2.0.3
  * 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 9bfb47f..f6b6c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <developerConnection>
       scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
     </developerConnection>
-    <tag>2.0.2</tag>
+    <tag>2.0.3</tag>
   </scm>
 
   <issueManagement>
@@ -92,7 +92,7 @@
     </distMgmtSiteUrl>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>2.0.2</fortress-core.version>
+    <fortress-core.version>2.0.3</fortress-core.version>
     <javadoc.version>2.9.1</javadoc.version>
     <junit.version>4.12</junit.version>
     <checkstyle-configuration.version>0.1</checkstyle-configuration.version>