You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2017/11/04 18:36:22 UTC

[apex-malhar] branch master updated: Preparing for 3.9.0 development

This is an automated email from the ASF dual-hosted git repository.

ananthg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9090578  Preparing for 3.9.0 development
9090578 is described below

commit 90905789071d61f15fed7e9f5fb213a6eda3d1f3
Author: Apex Dev <de...@apex.apache.org>
AuthorDate: Sun Nov 5 05:35:26 2017 +1100

    Preparing for 3.9.0 development
---
 apps/filecopy/pom.xml               | 4 ++--
 apps/logstream/pom.xml              | 2 +-
 apps/pom.xml                        | 2 +-
 benchmark/pom.xml                   | 2 +-
 contrib/pom.xml                     | 2 +-
 examples/csvformatter/pom.xml       | 2 +-
 examples/dedup/pom.xml              | 2 +-
 examples/distributedistinct/pom.xml | 2 +-
 examples/dynamic-partition/pom.xml  | 2 +-
 examples/echoserver/pom.xml         | 2 +-
 examples/enricher/pom.xml           | 2 +-
 examples/exactly-once/pom.xml       | 2 +-
 examples/filter/pom.xml             | 2 +-
 examples/frauddetect/pom.xml        | 2 +-
 examples/ftp/pom.xml                | 2 +-
 examples/highlevelapi/pom.xml       | 2 +-
 examples/iteration/pom.xml          | 2 +-
 examples/jdbc/pom.xml               | 2 +-
 examples/kafka/pom.xml              | 2 +-
 examples/machinedata/pom.xml        | 2 +-
 examples/mobile/pom.xml             | 2 +-
 examples/mrmonitor/pom.xml          | 2 +-
 examples/mroperator/pom.xml         | 2 +-
 examples/nyctaxi/pom.xml            | 2 +-
 examples/partition/pom.xml          | 2 +-
 examples/pi/pom.xml                 | 2 +-
 examples/pom.xml                    | 2 +-
 examples/r/pom.xml                  | 2 +-
 examples/recordReader/pom.xml       | 2 +-
 examples/s3/pom.xml                 | 2 +-
 examples/sql/pom.xml                | 2 +-
 examples/throttle/pom.xml           | 2 +-
 examples/transform/pom.xml          | 2 +-
 examples/twitter/pom.xml            | 2 +-
 examples/uniquecount/pom.xml        | 2 +-
 examples/wordcount/pom.xml          | 2 +-
 examples/yahoofinance/pom.xml       | 2 +-
 flume/pom.xml                       | 2 +-
 hive/pom.xml                        | 2 +-
 kafka/kafka-common/pom.xml          | 2 +-
 kafka/kafka010/pom.xml              | 2 +-
 kafka/kafka09/pom.xml               | 2 +-
 kafka/pom.xml                       | 2 +-
 kudu/pom.xml                        | 2 +-
 library/pom.xml                     | 2 +-
 pom.xml                             | 2 +-
 samples/pom.xml                     | 2 +-
 sql/pom.xml                         | 2 +-
 stream/pom.xml                      | 2 +-
 49 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml
index 8a9b6df..d6a0ccd 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>filecopy</artifactId>
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.apex</groupId>
       <artifactId>malhar-library</artifactId>
-      <version>3.8.0-SNAPSHOT</version>
+      <version>3.9.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index dad4a0f..07a5eee 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
diff --git a/apps/pom.xml b/apps/pom.xml
index 689b056..679d623 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-apps</artifactId>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 32d34b8..0822549 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>malhar</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 8ddacd3..a69ad29 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml
index 1dea403..d9e85cd 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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>malhar-examples-csvformatter</artifactId>
diff --git a/examples/dedup/pom.xml b/examples/dedup/pom.xml
index 21d382f..db46dd6 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-dedup</artifactId>
diff --git a/examples/distributedistinct/pom.xml b/examples/distributedistinct/pom.xml
index 7a8bcab..12f479a 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/dynamic-partition/pom.xml b/examples/dynamic-partition/pom.xml
index 02c00a3..6b4e8de 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-dynamic-partition</artifactId>
diff --git a/examples/echoserver/pom.xml b/examples/echoserver/pom.xml
index 315a20d..3d183da 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.apex</groupId>
diff --git a/examples/enricher/pom.xml b/examples/enricher/pom.xml
index c18fd38..ba68220 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-enricher</artifactId>
diff --git a/examples/exactly-once/pom.xml b/examples/exactly-once/pom.xml
index c198f48..2b62b16 100644
--- a/examples/exactly-once/pom.xml
+++ b/examples/exactly-once/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-exactly-once</artifactId>
diff --git a/examples/filter/pom.xml b/examples/filter/pom.xml
index 3e64061..24dfb88 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-filter</artifactId>
diff --git a/examples/frauddetect/pom.xml b/examples/frauddetect/pom.xml
index 0ad0375..dfd6606 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/ftp/pom.xml b/examples/ftp/pom.xml
index a54ec33..ef4590c 100644
--- a/examples/ftp/pom.xml
+++ b/examples/ftp/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
 </project>
diff --git a/examples/highlevelapi/pom.xml b/examples/highlevelapi/pom.xml
index 28ecd51..23ec831 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/examples/iteration/pom.xml b/examples/iteration/pom.xml
index 9cbfc09..4558932 100644
--- a/examples/iteration/pom.xml
+++ b/examples/iteration/pom.xml
@@ -36,7 +36,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
 </project>
diff --git a/examples/jdbc/pom.xml b/examples/jdbc/pom.xml
index 79a36fa..c98188a 100644
--- a/examples/jdbc/pom.xml
+++ b/examples/jdbc/pom.xml
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
   
   <dependencies>
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 7e607e3..9570cff 100644
--- a/examples/kafka/pom.xml
+++ b/examples/kafka/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-kafka</artifactId>
diff --git a/examples/machinedata/pom.xml b/examples/machinedata/pom.xml
index 6ee07db..ef75c51 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/mobile/pom.xml b/examples/mobile/pom.xml
index 64489b4..eabd147 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/mrmonitor/pom.xml b/examples/mrmonitor/pom.xml
index 7dc3080..71a38fb 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/mroperator/pom.xml b/examples/mroperator/pom.xml
index f642b62..c21646a 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/nyctaxi/pom.xml b/examples/nyctaxi/pom.xml
index 990718a..1bfb6af 100644
--- a/examples/nyctaxi/pom.xml
+++ b/examples/nyctaxi/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
diff --git a/examples/partition/pom.xml b/examples/partition/pom.xml
index 7f64150..4a643b9 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-partition</artifactId>
diff --git a/examples/pi/pom.xml b/examples/pi/pom.xml
index 701699d..9f523ab 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/pom.xml b/examples/pom.xml
index a0b126b..7d0805b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples</artifactId>
diff --git a/examples/r/pom.xml b/examples/r/pom.xml
index f714b4e..41edb6c 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/recordReader/pom.xml b/examples/recordReader/pom.xml
index 0961290..463ab41 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-recordReader</artifactId>
diff --git a/examples/s3/pom.xml b/examples/s3/pom.xml
index ce10aff..7e5c135 100644
--- a/examples/s3/pom.xml
+++ b/examples/s3/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>malhar-examples</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-s3</artifactId>
diff --git a/examples/sql/pom.xml b/examples/sql/pom.xml
index 5c3c4a2..83fb36e 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/examples/throttle/pom.xml b/examples/throttle/pom.xml
index 3c96fb0..d711f89 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-throttle</artifactId>
diff --git a/examples/transform/pom.xml b/examples/transform/pom.xml
index 97ea921..ce7805c 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-transform</artifactId>
diff --git a/examples/twitter/pom.xml b/examples/twitter/pom.xml
index 2781b83..e94ad03 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/uniquecount/pom.xml b/examples/uniquecount/pom.xml
index 187d08b..45ea847 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/wordcount/pom.xml b/examples/wordcount/pom.xml
index 446c238..889a8bf 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/yahoofinance/pom.xml b/examples/yahoofinance/pom.xml
index fc9c48c..7c3b601 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.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/flume/pom.xml b/flume/pom.xml
index 851697e..09dcef2 100644
--- a/flume/pom.xml
+++ b/flume/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>malhar</artifactId>
     <groupId>org.apache.apex</groupId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-flume</artifactId>
diff --git a/hive/pom.xml b/hive/pom.xml
index 29c9aad..4fb5083 100755
--- a/hive/pom.xml
+++ b/hive/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-hive</artifactId>
diff --git a/kafka/kafka-common/pom.xml b/kafka/kafka-common/pom.xml
index 71a8a09..6aaba2d 100755
--- a/kafka/kafka-common/pom.xml
+++ b/kafka/kafka-common/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-kafka-connectors</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka-common</artifactId>
diff --git a/kafka/kafka010/pom.xml b/kafka/kafka010/pom.xml
index 02be496..90e1ca8 100755
--- a/kafka/kafka010/pom.xml
+++ b/kafka/kafka010/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-kafka-connectors</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka010</artifactId>
diff --git a/kafka/kafka09/pom.xml b/kafka/kafka09/pom.xml
index 532bbfd..aba7002 100755
--- a/kafka/kafka09/pom.xml
+++ b/kafka/kafka09/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-kafka-connectors</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka</artifactId>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 9446e9e..50f1bb2 100755
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka-connectors</artifactId>
diff --git a/kudu/pom.xml b/kudu/pom.xml
index cef5909..32d6351 100755
--- a/kudu/pom.xml
+++ b/kudu/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kudu</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index 17908dd..29438d0 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 5101d7a..f46ead7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>malhar</artifactId>
-  <version>3.8.0-SNAPSHOT</version>
+  <version>3.9.0-SNAPSHOT</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 d89b3d1..4e3022a 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>
diff --git a/sql/pom.xml b/sql/pom.xml
index 1f6c856..d189df1 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-sql</artifactId>
diff --git a/stream/pom.xml b/stream/pom.xml
index 4389c46..888b56f 100755
--- a/stream/pom.xml
+++ b/stream/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-stream</artifactId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@apex.apache.org" <co...@apex.apache.org>'].