Preparing to release 3.7.0-RC1
diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml
index da50520..6fc21cc 100644
--- a/apps/filecopy/pom.xml
+++ b/apps/filecopy/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>malhar-apps</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>filecopy</artifactId>
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.apex</groupId>
       <artifactId>malhar-library</artifactId>
-      <version>3.7.0-SNAPSHOT</version>
+      <version>3.7.0</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index 58fe356..c2aa9a6 100644
--- a/apps/logstream/pom.xml
+++ b/apps/logstream/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>malhar-apps</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
diff --git a/apps/pom.xml b/apps/pom.xml
index ae8477a..4fc5259 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-apps</artifactId>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 4bbd5ac..6c8f127 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>malhar</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 4636ca3..50e14da 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml
index 7df58e4..e480600 100644
--- a/examples/csvformatter/pom.xml
+++ b/examples/csvformatter/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.apex</groupId>
         <artifactId>malhar-examples</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.7.0</version>
     </parent>
 
     <artifactId>malhar-examples-csvformatter</artifactId>
diff --git a/examples/dedup/pom.xml b/examples/dedup/pom.xml
index acba0f6..b457420 100644
--- a/examples/dedup/pom.xml
+++ b/examples/dedup/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-dedup</artifactId>
diff --git a/examples/distributedistinct/pom.xml b/examples/distributedistinct/pom.xml
index 510ea68..352498d 100644
--- a/examples/distributedistinct/pom.xml
+++ b/examples/distributedistinct/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/dynamic-partition/pom.xml b/examples/dynamic-partition/pom.xml
index b12c09f..51dc5a7 100644
--- a/examples/dynamic-partition/pom.xml
+++ b/examples/dynamic-partition/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-dynamic-partition</artifactId>
diff --git a/examples/echoserver/pom.xml b/examples/echoserver/pom.xml
index ae8a4be..6782953 100644
--- a/examples/echoserver/pom.xml
+++ b/examples/echoserver/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>malhar-examples</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
   
   <groupId>org.apache.apex</groupId>
diff --git a/examples/enricher/pom.xml b/examples/enricher/pom.xml
index 170efa6..c69736f 100644
--- a/examples/enricher/pom.xml
+++ b/examples/enricher/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-enricher</artifactId>
diff --git a/examples/filter/pom.xml b/examples/filter/pom.xml
index 265ddd5..db8a356 100644
--- a/examples/filter/pom.xml
+++ b/examples/filter/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-filter</artifactId>
diff --git a/examples/frauddetect/pom.xml b/examples/frauddetect/pom.xml
index 36d4153..d2de215 100644
--- a/examples/frauddetect/pom.xml
+++ b/examples/frauddetect/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/highlevelapi/pom.xml b/examples/highlevelapi/pom.xml
index da843b7..63305e5 100644
--- a/examples/highlevelapi/pom.xml
+++ b/examples/highlevelapi/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <build>
diff --git a/examples/innerjoin/pom.xml b/examples/innerjoin/pom.xml
index ef2a12c..6932978 100644
--- a/examples/innerjoin/pom.xml
+++ b/examples/innerjoin/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-innerjoin</artifactId>
diff --git a/examples/iteration/pom.xml b/examples/iteration/pom.xml
index 471b173..9a7bd89 100644
--- a/examples/iteration/pom.xml
+++ b/examples/iteration/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
 </project>
diff --git a/examples/machinedata/pom.xml b/examples/machinedata/pom.xml
index cf17d9b..a008041 100644
--- a/examples/machinedata/pom.xml
+++ b/examples/machinedata/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <dependencies>
diff --git a/examples/mobile/pom.xml b/examples/mobile/pom.xml
index cb40887..05281dd 100644
--- a/examples/mobile/pom.xml
+++ b/examples/mobile/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/mrmonitor/pom.xml b/examples/mrmonitor/pom.xml
index 527565b..657b505 100644
--- a/examples/mrmonitor/pom.xml
+++ b/examples/mrmonitor/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/mroperator/pom.xml b/examples/mroperator/pom.xml
index c9a7b65..2108775 100644
--- a/examples/mroperator/pom.xml
+++ b/examples/mroperator/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/parser/pom.xml b/examples/parser/pom.xml
index b90b06e..89217c4 100644
--- a/examples/parser/pom.xml
+++ b/examples/parser/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-parser</artifactId>
diff --git a/examples/partition/pom.xml b/examples/partition/pom.xml
index 55af32f..0df9f64 100644
--- a/examples/partition/pom.xml
+++ b/examples/partition/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-partition</artifactId>
diff --git a/examples/pi/pom.xml b/examples/pi/pom.xml
index 6c4935f..7faaafe 100644
--- a/examples/pi/pom.xml
+++ b/examples/pi/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <dependencies>
diff --git a/examples/pom.xml b/examples/pom.xml
index be0f0d3..fd9b48f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples</artifactId>
diff --git a/examples/r/pom.xml b/examples/r/pom.xml
index 46b7d47..1703c71 100644
--- a/examples/r/pom.xml
+++ b/examples/r/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/recordReader/pom.xml b/examples/recordReader/pom.xml
index e264f51..005c9bd 100644
--- a/examples/recordReader/pom.xml
+++ b/examples/recordReader/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-recordReader</artifactId>
diff --git a/examples/sql/pom.xml b/examples/sql/pom.xml
index 7eb0f4d..45a778b 100644
--- a/examples/sql/pom.xml
+++ b/examples/sql/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <build>
diff --git a/examples/throttle/pom.xml b/examples/throttle/pom.xml
index df0a8fd..d9da700 100644
--- a/examples/throttle/pom.xml
+++ b/examples/throttle/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-throttle</artifactId>
diff --git a/examples/transform/pom.xml b/examples/transform/pom.xml
index b2354f9..e410bc9 100644
--- a/examples/transform/pom.xml
+++ b/examples/transform/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-examples-transform</artifactId>
diff --git a/examples/twitter/pom.xml b/examples/twitter/pom.xml
index 76924c9..4014452 100644
--- a/examples/twitter/pom.xml
+++ b/examples/twitter/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/uniquecount/pom.xml b/examples/uniquecount/pom.xml
index 37e4bb1..42d025d 100644
--- a/examples/uniquecount/pom.xml
+++ b/examples/uniquecount/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/wordcount/pom.xml b/examples/wordcount/pom.xml
index 9106c7c..a1f2f26 100644
--- a/examples/wordcount/pom.xml
+++ b/examples/wordcount/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/examples/yahoofinance/pom.xml b/examples/yahoofinance/pom.xml
index c607198..3ae38df 100644
--- a/examples/yahoofinance/pom.xml
+++ b/examples/yahoofinance/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <properties>
diff --git a/hive/pom.xml b/hive/pom.xml
index 56d1084..803949b 100755
--- a/hive/pom.xml
+++ b/hive/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-hive</artifactId>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 654c62c..a0fb915 100755
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-kafka</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index a8b3b9b..393f849 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 9660982..a320a27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>malhar</artifactId>
-  <version>3.7.0-SNAPSHOT</version>
+  <version>3.7.0</version>
   <packaging>pom</packaging>
   <name>Apache Apex Malhar</name>
   <url>http://apex.apache.org</url>
diff --git a/samples/pom.xml b/samples/pom.xml
index e1488d5..ba6f569 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>
diff --git a/sql/pom.xml b/sql/pom.xml
index 4d5b1d0..00d3c3a 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-sql</artifactId>
diff --git a/stream/pom.xml b/stream/pom.xml
index 8e7b98a..da85686 100755
--- a/stream/pom.xml
+++ b/stream/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.7.0</version>
   </parent>
 
   <artifactId>malhar-stream</artifactId>