Preparing to release 1.0.0
diff --git a/apps/pom.xml b/apps/pom.xml
index 82ff795..130bda5 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-apps</artifactId>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index a1baec9..31f5f0e 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-benchmark</artifactId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index fd3c7f9..b6d6798 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/demos/pom.xml b/demos/pom.xml
index 0027d72..c75eeec 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index 8edac17..aa80bd5 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index ff3888c..d9edcc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-all</artifactId>
-  <version>1.0.0-RC1</version>
+  <version>1.0.0</version>
   <packaging>pom</packaging>
   <name>Malhar Open Source</name>
   <url>https://www.datatorrent.com/</url>
@@ -26,7 +26,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <netbeans.hint.license>malhar-inc</netbeans.hint.license>
     <maven.deploy.skip>false</maven.deploy.skip>
-    <dt.framework.version>1.0.0-RC1</dt.framework.version>
+    <dt.framework.version>1.0.0</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 78fc8b7..71728e2 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>1.0.0-RC1</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>