Preparing to release 3.2.0-incubating-RC1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7670a49..693e643 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,20 @@
 ========================================================================================================================
 
 
-Version 3.2.0
+Version 3.2.0-incubating - 2015-10-21
 ------------------------------------------------------------------------------------------------------------------------
 
 ### Bug
-* [APEX-88] - Stray directories getting created under working directory when running tests using StramLocalCluster
-* [APEX-89] - Javascript error when launching an app under CDH 5.2 (hadoop 2.5.0)
+* [APEX-56] - Controlled plan modification on operator shutdown
+* [APEX-88] - Stray directories under working directory when running tests using StramLocalCluster
+* [APEX-89] - Javascript error when launching app on CDH 5.2 (hadoop 2.5.0)
 * [APEX-93] - Persist operators need a re-deploy after a sink being persisted is dynamically partitioned
 * [APEX-96] - AsyncFSStorageAgent loses synccheckpoint flag value during serialization/deserialization
 * [APEX-97] - syncCheckpoint property on AsyncFSStorageAgent not working
 * [APEX-98] - WindowGenerator.getWindowMillis loses precisions
-* [APEX-100] - StreamingContainerManagerTest.testAppDataPush uses hardcoded 12345 port
+* [APEX-100] - StreamingContainerManagerTest.testAppDataPush uses hardcoded port
 * [APEX-101] - Negative Memory reported for Application Master
-* [APEX-102] - AppDataPush Agent Not Adding timeBuckets and dimensionsAggregators Correctly To The Schema
+* [APEX-102] - AppDataPushAgent Not Adding timeBuckets and dimensionsAggregators
 * [APEX-111] - dtcli: show-logical-plan with app package does not list the applications in the app package
 * [APEX-112] - Property change on logical operator converts from null to "null"(string)
 * [APEX-113] - Application Master not setting correct temp location
@@ -25,9 +26,10 @@
 * [APEX-121] - Making sure that state is transferred to client for Statefull Codec
 * [APEX-126] - handleIdleTime Called Outside Of The Space Between beginWindow and endWindow
 * [APEX-149] - In secure mode non-HA setup STRAM web service calls are failing
-* [APEX-156] - checkstyle CustomImportOrder inconsistent behavior
 * [APEX-159] - StramMiniClusterTest.testOperatorFailureRecovery succeeds with unexpected error condition
-* [APEX-173] - StringCodec registered with BeanUtils is throwing null pointer
+* [APEX-184] - When There Are 8 Or More Subscribers Buffer Server Can Become Blocked
+* [APEX-198] - Unit tests created remnant directories outside of target directory
+* [APEX-212] - Null pointer exception after all physical operators are removed.
 
 ### Task
 * [APEX-16] - Configure Checkstyle plugin
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 3ca588f..f1b62fe 100644
--- a/apex-app-archetype/README.md
+++ b/apex-app-archetype/README.md
@@ -6,7 +6,7 @@
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the above command.
 Write your application code and optionally operator code 
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index f88dabf..35beb15 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 2bcd18a..85b79a8 100644
--- a/apex-conf-archetype/README.md
+++ b/apex-conf-archetype/README.md
@@ -6,7 +6,7 @@
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.2.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.2.0-incubating -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the above command.
 Write your application code and optionally operator code 
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 7caf93f..79c9445 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>
diff --git a/api/pom.xml b/api/pom.xml
index a44d8a6..e1aa0ec 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-api</artifactId>
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 6b9a848..a259089 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-bufferserver</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 6ee0305..c823cdb 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-common</artifactId>
diff --git a/engine/pom.xml b/engine/pom.xml
index 5d30a8e..372a1c6 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-engine</artifactId>
diff --git a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
index 8fb4b1b..0d284cf 100644
--- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
+++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
@@ -84,7 +84,7 @@
   {
     Assert.assertEquals("mydtapp", json.getString("appPackageName"));
     Assert.assertEquals("1.0-SNAPSHOT", json.getString("appPackageVersion"));
-    Assert.assertEquals("3.2.0-incubating-SNAPSHOT", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.2.0-incubating", json.getString("dtEngineVersion"));
     Assert.assertEquals("lib/*.jar", json.getJSONArray("classPath").getString(0));
 
     JSONObject application = json.getJSONArray("applications").getJSONObject(0);
diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
index 3b1e799..c09f085 100644
--- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
+++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <!-- change this if you desire to use a different version of DataTorrent -->
-    <datatorrent.version>3.2.0-incubating-SNAPSHOT</datatorrent.version>
+    <datatorrent.version>3.2.0-incubating</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 
diff --git a/pom.xml b/pom.xml
index c2c9273..a83bc6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>apex</artifactId>
-  <version>3.2.0-incubating-SNAPSHOT</version>
+  <version>3.2.0-incubating</version>
   <packaging>pom</packaging>
 
   <name>Apache Apex</name>