1.0.1 release preps
diff --git a/README.md b/README.md
index eab2a6d..2b7807e 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 1.0.0
+ * Version 1.0.1
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -63,7 +63,7 @@
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 1.0.1 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/1.0.0/fortress-realm-1.0.0-source-release.zip
- unzip fortress-realm-1.0.0-source-release.zip
- cd fortress-realm-1.0.0
+ wget http://www.apache.org/dist/directory/fortress/dist/1.0.1/fortress-realm-1.0.1-source-release.zip
+ unzip fortress-realm-1.0.1-source-release.zip
+ cd fortress-realm-1.0.1
  mvn clean install
  ```
 
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index 1627159..a131b90 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 1.0.0
+ * Version 1.0.1
  * 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 6b4f8ac..96e9cf6 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 1.0.0
+ * Version 1.0.1
  * 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 41fbac7..94d1bb3 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>1.0.0</tag>
+    <tag>1.0.1</tag>
   </scm>
 
   <issueManagement>
@@ -79,12 +79,6 @@
       <name>Chris Pike</name>
       <email>cpike@apache.org</email>
     </developer>
-
-    <developer>
-      <id />
-      <name>Jan Sindberg</name>
-      <email>jan.sindberg@apache.org</email>
-    </developer>
   </developers>
 
   <!-- ====================================================== -->
@@ -109,7 +103,7 @@
     <tomcat.catalina.version>7.0.22</tomcat.catalina.version>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>1.0.1-SNAPSHOT</fortress-core.version>
+    <fortress-core.version>1.0.1</fortress-core.version>
 
     <!-- Set versions for depending jars -->
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>