Patch 1
diff --git a/apps/pom.xml b/apps/pom.xml
index b130de6..249561a 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.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-apps</artifactId>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 292bf53..cd64d7d 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.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-benchmark</artifactId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index dd31d90..25ef4af 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.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/demos/pom.xml b/demos/pom.xml
index 7c8e466..97314b3 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.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index 22ca16b..aa32525 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.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 8df1c93..6eeccd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-all</artifactId>
-  <version>1.0.2</version>
+  <version>1.0.2-1</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.2</dt.framework.version>
+    <dt.framework.version>1.0.2-1</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 a572d24..fafa882 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.2</version>
+    <version>1.0.2-1</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>