Repository: apex-malhar Updated Branches: refs/heads/master b8a83a451 -> f2bc30fce
Preparing for 3.8.0 development Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/f2bc30fc Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/f2bc30fc Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/f2bc30fc Branch: refs/heads/master Commit: f2bc30fceabc0dccdeb7d40a70d2151a4c981b24 Parents: b8a83a4 Author: Apex Dev <[email protected]> Authored: Mon Mar 27 21:33:42 2017 -0700 Committer: Thomas Weise <[email protected]> Committed: Mon Mar 27 21:33:42 2017 -0700 ---------------------------------------------------------------------- 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/filter/pom.xml | 2 +- examples/frauddetect/pom.xml | 2 +- examples/highlevelapi/pom.xml | 2 +- examples/innerjoin/pom.xml | 2 +- examples/iteration/pom.xml | 2 +- examples/machinedata/pom.xml | 2 +- examples/mobile/pom.xml | 2 +- examples/mrmonitor/pom.xml | 2 +- examples/mroperator/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/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 +- hive/pom.xml | 2 +- kafka/pom.xml | 2 +- library/pom.xml | 2 +- pom.xml | 2 +- samples/pom.xml | 2 +- sql/pom.xml | 2 +- stream/pom.xml | 2 +- 40 files changed, 41 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/apps/filecopy/pom.xml ---------------------------------------------------------------------- diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml index da50520..8a9b6df 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.8.0-SNAPSHOT</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.8.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/apps/logstream/pom.xml ---------------------------------------------------------------------- diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml index 58fe356..dad4a0f 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.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/apps/pom.xml ---------------------------------------------------------------------- diff --git a/apps/pom.xml b/apps/pom.xml index ae8477a..689b056 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-apps</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 4bbd5ac..32d34b8 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.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index 4636ca3..6afc90a 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-contrib</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/csvformatter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml index 7df58e4..ddddab0 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-csvformatter</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/dedup/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dedup/pom.xml b/examples/dedup/pom.xml index acba0f6..21d382f 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-dedup</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/distributedistinct/pom.xml ---------------------------------------------------------------------- diff --git a/examples/distributedistinct/pom.xml b/examples/distributedistinct/pom.xml index 510ea68..7a8bcab 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/dynamic-partition/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-partition/pom.xml b/examples/dynamic-partition/pom.xml index b12c09f..02c00a3 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-dynamic-partition</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/echoserver/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echoserver/pom.xml b/examples/echoserver/pom.xml index ae8a4be..315a20d 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.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/enricher/pom.xml ---------------------------------------------------------------------- diff --git a/examples/enricher/pom.xml b/examples/enricher/pom.xml index 170efa6..e4845c0 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-enricher</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/filter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/filter/pom.xml b/examples/filter/pom.xml index 265ddd5..3e64061 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-filter</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/frauddetect/pom.xml ---------------------------------------------------------------------- diff --git a/examples/frauddetect/pom.xml b/examples/frauddetect/pom.xml index 36d4153..0ad0375 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/highlevelapi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/highlevelapi/pom.xml b/examples/highlevelapi/pom.xml index da843b7..28ecd51 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.8.0-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/innerjoin/pom.xml ---------------------------------------------------------------------- diff --git a/examples/innerjoin/pom.xml b/examples/innerjoin/pom.xml index ef2a12c..c9438f4 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-innerjoin</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/iteration/pom.xml ---------------------------------------------------------------------- diff --git a/examples/iteration/pom.xml b/examples/iteration/pom.xml index 471b173..481c49b 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.8.0-SNAPSHOT</version> </parent> </project> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/machinedata/pom.xml ---------------------------------------------------------------------- diff --git a/examples/machinedata/pom.xml b/examples/machinedata/pom.xml index cf17d9b..e4879cd 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.8.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/mobile/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mobile/pom.xml b/examples/mobile/pom.xml index cb40887..ebbf6a2 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/mrmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mrmonitor/pom.xml b/examples/mrmonitor/pom.xml index 527565b..d6982c0 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/mroperator/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mroperator/pom.xml b/examples/mroperator/pom.xml index c9a7b65..f642b62 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/parser/pom.xml ---------------------------------------------------------------------- diff --git a/examples/parser/pom.xml b/examples/parser/pom.xml index b90b06e..aa41cfa 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-parser</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/partition/pom.xml ---------------------------------------------------------------------- diff --git a/examples/partition/pom.xml b/examples/partition/pom.xml index 55af32f..7f64150 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-partition</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/pi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pi/pom.xml b/examples/pi/pom.xml index 6c4935f..330a884 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.8.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index be0f0d3..8412c8f 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/r/pom.xml ---------------------------------------------------------------------- diff --git a/examples/r/pom.xml b/examples/r/pom.xml index 46b7d47..f714b4e 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/recordReader/pom.xml ---------------------------------------------------------------------- diff --git a/examples/recordReader/pom.xml b/examples/recordReader/pom.xml index e264f51..0961290 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-recordReader</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/sql/pom.xml ---------------------------------------------------------------------- diff --git a/examples/sql/pom.xml b/examples/sql/pom.xml index 7eb0f4d..e06fe6c 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.8.0-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/throttle/pom.xml ---------------------------------------------------------------------- diff --git a/examples/throttle/pom.xml b/examples/throttle/pom.xml index df0a8fd..3c96fb0 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-throttle</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/transform/pom.xml ---------------------------------------------------------------------- diff --git a/examples/transform/pom.xml b/examples/transform/pom.xml index b2354f9..97ea921 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-examples-transform</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/twitter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/twitter/pom.xml b/examples/twitter/pom.xml index 76924c9..5f51c51 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/uniquecount/pom.xml ---------------------------------------------------------------------- diff --git a/examples/uniquecount/pom.xml b/examples/uniquecount/pom.xml index 37e4bb1..187d08b 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/wordcount/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wordcount/pom.xml b/examples/wordcount/pom.xml index 9106c7c..65e329b 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/examples/yahoofinance/pom.xml ---------------------------------------------------------------------- diff --git a/examples/yahoofinance/pom.xml b/examples/yahoofinance/pom.xml index c607198..fc9c48c 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.8.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/hive/pom.xml ---------------------------------------------------------------------- diff --git a/hive/pom.xml b/hive/pom.xml index 56d1084..29c9aad 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-hive</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/kafka/pom.xml b/kafka/pom.xml index 654c62c..5a95067 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/library/pom.xml ---------------------------------------------------------------------- diff --git a/library/pom.xml b/library/pom.xml index a8b3b9b..609d537 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-library</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9660982..9bccc18 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.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Apex Malhar</name> <url>http://apex.apache.org</url> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index e1488d5..d89b3d1 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-samples</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/sql/pom.xml ---------------------------------------------------------------------- diff --git a/sql/pom.xml b/sql/pom.xml index 4d5b1d0..113e563 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-sql</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/f2bc30fc/stream/pom.xml ---------------------------------------------------------------------- diff --git a/stream/pom.xml b/stream/pom.xml index 8e7b98a..4389c46 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.8.0-SNAPSHOT</version> </parent> <artifactId>malhar-stream</artifactId>
