Preparing to release 3.2.1-incubating-RC1
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 73444d2..d3adbc2 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.1-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.1-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 c1db212..b36e592 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.1-incubating-SNAPSHOT</version>
+    <version>3.2.1-incubating</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 1dcbaec..5368ee0 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.1-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.1-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 52dd5a5..07643b0 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.1-incubating-SNAPSHOT</version>
+    <version>3.2.1-incubating</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>
diff --git a/api/pom.xml b/api/pom.xml
index 72c7519..f77d493 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.1-incubating-SNAPSHOT</version>
+    <version>3.2.1-incubating</version>
   </parent>
 
   <artifactId>apex-api</artifactId>
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 226e1d2..65f73c1 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.1-incubating-SNAPSHOT</version>
+    <version>3.2.1-incubating</version>
   </parent>
 
   <artifactId>apex-bufferserver</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 0015fd1..9381015 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.1-incubating-SNAPSHOT</version>
+    <version>3.2.1-incubating</version>
   </parent>
 
   <artifactId>apex-common</artifactId>
diff --git a/engine/pom.xml b/engine/pom.xml
index f190bd1..c30d933 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.1-incubating-SNAPSHOT</version>
+    <version>3.2.1-incubating</version>
   </parent>
 
   <artifactId>apex-engine</artifactId>
diff --git a/pom.xml b/pom.xml
index 50d1625..74c4533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>apex</artifactId>
-  <version>3.2.1-incubating-SNAPSHOT</version>
+  <version>3.2.1-incubating</version>
   <packaging>pom</packaging>
 
   <name>Apache Apex (incubating)</name>