FC-113 - RC36 Release
diff --git a/build.properties b/build.properties
index 8a7d3b7..af580b3 100644
--- a/build.properties
+++ b/build.properties
@@ -1,7 +1,17 @@
 #
-# Copyright (c) 2009-2014. JoshuaTree. All Rights Reserved.
+# This work is part of OpenLDAP Software <http://www.openldap.org/>.
 #
-
+# Copyright 1998-2014 The OpenLDAP Foundation.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted only as authorized by the OpenLDAP
+# Public License.
+#
+# A copy of this license is available in the file LICENSE in the
+# top-level directory of the distribution or, alternatively, at
+# <http://www.OpenLDAP.org/license.html>.
+#
 ########################################################################
 # 0. About the fortress build.properties file
 ########################################################################
@@ -17,7 +27,7 @@
 ########################################################################
 
 # Use this Fortress Core version:
-version=1.0-RC35
+version=1.0-RC36
 
 # Enable local.mode property if your machine does not have connection to Internet and runtime dependencies have already downloaded to FORTRESS_HOME/lib folder on this machine:
 #local.mode=true
@@ -265,7 +275,7 @@
 # Only needed for EnMasse &/or Commander setup:
 M2_HOME=./apache-maven
 #M2_HOME=/usr/share/maven2
-tomcat-realm.conf=<Realm className="us.jts.sentry.tomcat.Tc7AccessMgrProxy" debug="0" resourceName="UserDatabase" containerType="Tomcat7" realmClasspath="${user.dir}${file.separator}conf${path.separator}${user.dir}${file.separator}dist${file.separator}fortressSentry-${version}.jar"/>
+tomcat-realm.conf=<Realm className="org.openldap.sentry.tomcat.Tc7AccessMgrProxy" debug="0" resourceName="UserDatabase" containerType="Tomcat7" realmClasspath="${user.dir}${file.separator}conf${path.separator}${user.dir}${file.separator}dist${file.separator}fortressSentry-${version}.jar"/>
 tomcat.dir=../apache-tomcat
 
 #These props are for 'Builder' target and have been moved here: "${user.home}/build.properties"
diff --git a/ivy.xml b/ivy.xml
index 82177ed..dd43db4 100755
--- a/ivy.xml
+++ b/ivy.xml
@@ -48,10 +48,14 @@
         <dependency org="org.apache.jmeter" name="ApacheJMeter_java" rev="2.11" conf="default->master" />
 
         <!-- Fortress core source IS dependent org.openldap accelerator: -->
-        <dependency org="org.openldap" name="accelerator-impl" rev="1.0-RC35"  conf="default->master">
+        <dependency org="org.openldap" name="accelerator-impl" rev="1.0-RC36"  conf="default->master">
             <artifact name="accelerator-impl" type="jar"/>
         </dependency>
 
+        <dependency org="org.openldap" name="accelerator-api" rev="1.0-RC36"  conf="default->master">
+            <artifact name="accelerator-api" type="jar"/>
+        </dependency>
+
         <!-- Fortress core source is NOT dependent on Sentry, EnMasse or Commander artifacts rather they're required for its QUICKSTART demo apps: -->
 <!--
         <dependency org="org.openldap" name="sentry" rev="1.0-RC36"  conf="default->master">
diff --git a/pom.xml b/pom.xml
index dd7f921..68692a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <artifactId>fortress</artifactId>
     <packaging>jar</packaging>
     <name>Fortress Core</name>
-    <version>1.0-RC35a</version>
+    <version>1.0-RC36</version>
     <description>Fortress is a standards-based Identity and Access Management SDK that implements ANSI RBAC INCITS 359.</description>
     <url>http://www.openldap.org/fortress/</url>
 
@@ -60,13 +60,13 @@
         <dependency>
             <groupId>org.openldap</groupId>
             <artifactId>accelerator-api</artifactId>
-            <version>1.0-RC35</version>
+            <version>1.0-RC36</version>
         </dependency>
 
         <dependency>
             <groupId>org.openldap</groupId>
             <artifactId>accelerator-impl</artifactId>
-            <version>1.0-RC35</version>
+            <version>1.0-RC36</version>
         </dependency>
 
         <dependency>