Creating Malhar version 0.8.5
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 02fcdbd..b1a43ee 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.3.5</version>
+    <version>0.8.5</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/demos/pom.xml b/demos/pom.xml
index 85c5d5f..8ff7c90 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.3.5</version>
+    <version>0.8.5</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index 42fb10c..f592e96 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.3.5</version>
+    <version>0.8.5</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 54b0c45..a544a32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-framework</artifactId>
-    <version>0.3.5</version>
+    <version>0.8.5</version>
   </parent>
 
   <artifactId>malhar-all</artifactId>
   <packaging>pom</packaging>
-  <version>0.3.5</version>
+  <version>0.8.5</version>
   <name>Malhar Open Source</name>
 
   <!-- repository to provide the DataTorrent artifacts -->
@@ -22,7 +22,7 @@
   </repositories>
 
   <properties>
-	<malhar.framework.version>0.3.5</malhar.framework.version>
+	<malhar.framework.version>0.8.5</malhar.framework.version>
   </properties>
 
   <modules>
diff --git a/samples/pom.xml b/samples/pom.xml
index a73b92e..035e87e 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.3.5</version>
+    <version>0.8.5</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>