FC-86 - RC33 Release
diff --git a/build.properties b/build.properties
index 5417db1..43088a9 100644
--- a/build.properties
+++ b/build.properties
@@ -17,7 +17,7 @@
 ########################################################################
 
 # Use this Fortress Core version:
-version=1.0-RC32
+version=1.0-RC33
 
 # 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
@@ -45,19 +45,10 @@
 http.user=demouser4
 http.pw=gX9JbCTxJW5RiH+otQEX0Ja0RIAoPBQf
 http.host=localhost
-http.port=80
+http.port=8080
 
 ########################################################################
-# 3. BEGIN MULTITNENACY SECTION (Set tenant=HOME if not multitenant):
-########################################################################
-# The tenant property is used by Ant targets 'admin', 'cli', 'console', 'test-full', and 'test-samples':
-tenant=HOME
-#tenant=Client123
-#tenant=Client456
-#tenant=Client789
-
-########################################################################
-# 4. BEGIN LDAP SERVER CONFIGURATION SECTION: (Ignore if using HTTP):
+# 3. BEGIN LDAP SERVER CONFIGURATION SECTION: (Ignore if using HTTP):
 ########################################################################
 
 # This param tells fortress what type of ldap server in use:
@@ -99,7 +90,7 @@
 user.max.conn=10
 
 ####################################################################################
-# 5. BEGIN OPENLDAP SERVER CONFIGURATION SECTION: (Ignore if using HTTP or ApacheDS):
+# 4. BEGIN OPENLDAP SERVER CONFIGURATION SECTION: (Ignore if using HTTP or ApacheDS):
 ####################################################################################
 
 # This speicifes the number of audit logging LDAP connections (used for audit logging operations only) to maintain in the pool:
@@ -167,7 +158,7 @@
 
 
 ###########################################################################################
-# 6. BEGIN SYMAS-OPENLDAP INSTALL CONFIGURATION SECTION (Ignore if using ApacheDS or HTTP):
+# 5. BEGIN SYMAS-OPENLDAP INSTALL CONFIGURATION SECTION (Ignore if using ApacheDS or HTTP):
 ###########################################################################################
 
 ## If using Symas OpenLDAP, uncomment single option from #1 - 8 below:
@@ -251,7 +242,7 @@
 #builder.home=/home/smckinn/tmp/fortress/8/fortressBuilder-Debian-Silver-i386-1.0.0-rc6
 
 ########################################################################################
-# 7. BEGIN BUILDER INSTALL CONFIGURATION SECTION (Do not modify):
+# 6. BEGIN BUILDER INSTALL CONFIGURATION SECTION (Do not modify):
 ########################################################################################
 
 # Only needed for EnMasse setup:
@@ -265,4 +256,13 @@
 openldap.install.artifact.dir=${basedir}
 #openldap.install.artifact.dir=${basedir}/symas-openldap
 #tomcat.image.dir=/home/smckinn/archives/tomcat/apache-tomcat-7.0.27
-#maven.image.dir=/home/smckinn/archives/java/apache-maven-3.0.4
\ No newline at end of file
+#maven.image.dir=/home/smckinn/archives/java/apache-maven-3.0.4
+
+########################################################################
+# 7. BEGIN MULTITNENACY TESTING SECTION (Set tenant=Client123 if not multitenant):
+########################################################################
+# The tenant property is used by Ant targets 'admin', 'cli', 'console', 'test-full', and 'test-samples':
+tenant=HOME
+#tenant=Client123
+#tenant=Client456
+#tenant=Client789
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ea2b857..a316e29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <artifactId>fortress</artifactId>
     <packaging>jar</packaging>
     <name>Fortress Core</name>
-    <version>1.0-RC32</version>
+    <version>1.0-RC33</version>
     <description>Fortress is a standards-based Identity and Access Management SDK.</description>
     <url>http://jts.us</url>