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/12 02:47:19 UTC

[apex-malhar] branch release-3.8 updated: Preparing for 3.8.1 development

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

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


The following commit(s) were added to refs/heads/release-3.8 by this push:
     new 2d469a2  Preparing for 3.8.1 development
2d469a2 is described below

commit 2d469a265eb57cf44fe8565cb8feaf4abbe89383
Author: Apex Dev <de...@apex.apache.org>
AuthorDate: Sun Nov 12 13:46:54 2017 +1100

    Preparing for 3.8.1 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/README.md              | 4 ++--
 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/README.md          | 2 +-
 examples/nyctaxi/pom.xml            | 2 +-
 examples/parser/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 +-
 52 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml
index 8a9b6df..2487ef6 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.8.1-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.8.1-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index dad4a0f..9614884 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.8.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
diff --git a/apps/pom.xml b/apps/pom.xml
index 689b056..5723d80 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-apps</artifactId>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 32d34b8..eabdf57 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.8.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 8ddacd3..f2ad21d 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml
index 1dea403..a5605b4 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.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>malhar-examples-csvformatter</artifactId>
diff --git a/examples/dedup/pom.xml b/examples/dedup/pom.xml
index 21d382f..28a945b 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-dedup</artifactId>
diff --git a/examples/distributedistinct/pom.xml b/examples/distributedistinct/pom.xml
index 7a8bcab..8ebef65 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/dynamic-partition/pom.xml b/examples/dynamic-partition/pom.xml
index 02c00a3..a52c500 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-dynamic-partition</artifactId>
diff --git a/examples/echoserver/pom.xml b/examples/echoserver/pom.xml
index 315a20d..5870e82 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.8.1-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.apex</groupId>
diff --git a/examples/enricher/pom.xml b/examples/enricher/pom.xml
index c18fd38..3870c7f 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-enricher</artifactId>
diff --git a/examples/exactly-once/pom.xml b/examples/exactly-once/pom.xml
index c198f48..3c199d8 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-exactly-once</artifactId>
diff --git a/examples/filter/pom.xml b/examples/filter/pom.xml
index 3e64061..18672cc 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-filter</artifactId>
diff --git a/examples/frauddetect/pom.xml b/examples/frauddetect/pom.xml
index 0ad0375..9b10dd3 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/ftp/README.md b/examples/ftp/README.md
index d4aca6a..56e110b 100644
--- a/examples/ftp/README.md
+++ b/examples/ftp/README.md
@@ -24,12 +24,12 @@ Users can choose the application and additional configuration file to use during
 ### How to compile
 `shell> mvn clean package`
 
-This will generate application package malhar-examples-ftp-3.8.0-SNAPSHOT.apa inside target directory.
+This will generate application package malhar-examples-ftp-3.8.1-SNAPSHOT.apa inside target directory.
 
 ### How to run
 Use the application package generated above to launch the application from UI console(if available) or apex command line interface.
 
-`apex> launch target/malhar-examples-ftp-3.8.0-SNAPSHOT.apa`
+`apex> launch target/malhar-examples-ftp-3.8.1-SNAPSHOT.apa`
 
 
 
diff --git a/examples/ftp/pom.xml b/examples/ftp/pom.xml
index a54ec33..40033f6 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.8.1-SNAPSHOT</version>
   </parent>
 
 </project>
diff --git a/examples/highlevelapi/pom.xml b/examples/highlevelapi/pom.xml
index 28ecd51..971d58b 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.8.1-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/examples/iteration/pom.xml b/examples/iteration/pom.xml
index 9cbfc09..613c38d 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.8.1-SNAPSHOT</version>
   </parent>
 
 </project>
diff --git a/examples/jdbc/pom.xml b/examples/jdbc/pom.xml
index 79a36fa..8086e8e 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.8.1-SNAPSHOT</version>
   </parent>
   
   <dependencies>
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 7e607e3..35463a7 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-kafka</artifactId>
diff --git a/examples/machinedata/pom.xml b/examples/machinedata/pom.xml
index 6ee07db..cdab720 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/mobile/pom.xml b/examples/mobile/pom.xml
index 64489b4..f0c09eb 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/mrmonitor/pom.xml b/examples/mrmonitor/pom.xml
index 7dc3080..2bb2afb 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/mroperator/pom.xml b/examples/mroperator/pom.xml
index f642b62..ff5c1d8 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/nyctaxi/README.md b/examples/nyctaxi/README.md
index 3aa6868..4961920 100644
--- a/examples/nyctaxi/README.md
+++ b/examples/nyctaxi/README.md
@@ -48,7 +48,7 @@ Open the Apex CLI command prompt and run the application:
 
 ```bash
 bash> apex
-apex> launch target/malhar-examples-nyc-taxi-3.8.0-SNAPSHOT.apa
+apex> launch target/malhar-examples-nyc-taxi-3.8.1-SNAPSHOT.apa
 ```
 
 After the application has been running for 5 minutes, we can start querying the data. The reason why we need to wait
diff --git a/examples/nyctaxi/pom.xml b/examples/nyctaxi/pom.xml
index 990718a..f372d0c 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.8.1-SNAPSHOT</version>
   </parent>
 
   <dependencies>
diff --git a/examples/parser/pom.xml b/examples/parser/pom.xml
index 405af22..0f14ba1 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.8.0-SNAPSHOT</version>
+    <version>3.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-parser</artifactId>
diff --git a/examples/partition/pom.xml b/examples/partition/pom.xml
index 7f64150..4e1ebd2 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-partition</artifactId>
diff --git a/examples/pi/pom.xml b/examples/pi/pom.xml
index 701699d..55faba3 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/pom.xml b/examples/pom.xml
index a0b126b..dca96a6 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples</artifactId>
diff --git a/examples/r/pom.xml b/examples/r/pom.xml
index f714b4e..d8695b2 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/recordReader/pom.xml b/examples/recordReader/pom.xml
index 0961290..7f6768e 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-recordReader</artifactId>
diff --git a/examples/s3/pom.xml b/examples/s3/pom.xml
index ce10aff..6c93f60 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-s3</artifactId>
diff --git a/examples/sql/pom.xml b/examples/sql/pom.xml
index 5c3c4a2..8a4620f 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.8.1-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/examples/throttle/pom.xml b/examples/throttle/pom.xml
index 3c96fb0..f457a78 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-throttle</artifactId>
diff --git a/examples/transform/pom.xml b/examples/transform/pom.xml
index 97ea921..c20755b 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-transform</artifactId>
diff --git a/examples/twitter/pom.xml b/examples/twitter/pom.xml
index 2781b83..4585e26 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/uniquecount/pom.xml b/examples/uniquecount/pom.xml
index 187d08b..b1c4d98 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/wordcount/pom.xml b/examples/wordcount/pom.xml
index 446c238..b17d249 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/examples/yahoofinance/pom.xml b/examples/yahoofinance/pom.xml
index fc9c48c..3dc9068 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.8.1-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/flume/pom.xml b/flume/pom.xml
index 851697e..b32c907 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-flume</artifactId>
diff --git a/hive/pom.xml b/hive/pom.xml
index 29c9aad..343b87e 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-hive</artifactId>
diff --git a/kafka/kafka-common/pom.xml b/kafka/kafka-common/pom.xml
index 71a8a09..66909c9 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka-common</artifactId>
diff --git a/kafka/kafka010/pom.xml b/kafka/kafka010/pom.xml
index 02be496..1e581fe 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka010</artifactId>
diff --git a/kafka/kafka09/pom.xml b/kafka/kafka09/pom.xml
index 532bbfd..1664b97 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka</artifactId>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 9446e9e..3afba70 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kafka-connectors</artifactId>
diff --git a/kudu/pom.xml b/kudu/pom.xml
index cef5909..b1f5f92 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-kudu</artifactId>
diff --git a/library/pom.xml b/library/pom.xml
index 17908dd..714e7a1 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 5101d7a..b0e8e59 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.8.1-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..915b6c4 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>
diff --git a/sql/pom.xml b/sql/pom.xml
index 1f6c856..c9fd253 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.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-sql</artifactId>
diff --git a/stream/pom.xml b/stream/pom.xml
index 4389c46..f60a278 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.8.1-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>'].