Preparing to release 0.9.3
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 81019c7..0178576 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.3-RC5</version>
+    <version>0.9.3</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/demos/pom.xml b/demos/pom.xml
index 05183b5..08d5d4e 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.3-RC5</version>
+    <version>0.9.3</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index cdd33a5..c59fd93 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.3-RC5</version>
+    <version>0.9.3</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 7a3bb39..5266bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>0.9.3-RC5</version>
+    <version>0.9.3</version>
   </parent>
 
   <artifactId>malhar-all</artifactId>
   <packaging>pom</packaging>
-  <version>0.9.3-RC5</version>
+  <version>0.9.3</version>
   <name>Malhar Open Source</name>
 
   <!-- repository to provide the DataTorrent artifacts -->
@@ -23,7 +23,7 @@
 
   <properties> 
     <maven.deploy.skip>false</maven.deploy.skip>
-    <dt.framework.version>0.9.3-RC5</dt.framework.version>
+    <dt.framework.version>0.9.3</dt.framework.version>
     <!-- the following properties match the properties defined in core/pom.xml -->
     <jackson.version>1.9.2</jackson.version>
     <jersey.version>1.9</jersey.version>
diff --git a/samples/pom.xml b/samples/pom.xml
index 0837840..35964a1 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.3-RC5</version>
+    <version>0.9.3</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>