Preparing for 3.7.1 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/c84447c1 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/c84447c1 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/c84447c1 Branch: refs/heads/release-3.7 Commit: c84447c12d3aade311760c0b31578e2479e357f3 Parents: 98f4f03 Author: Apex Dev <[email protected]> Authored: Fri Mar 31 22:58:05 2017 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Mar 31 22:58:05 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/c84447c1/apps/filecopy/pom.xml ---------------------------------------------------------------------- diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml index da50520..a300d8e 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.1-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.7.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/apps/logstream/pom.xml ---------------------------------------------------------------------- diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml index 58fe356..f82ab50 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.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/apps/pom.xml ---------------------------------------------------------------------- diff --git a/apps/pom.xml b/apps/pom.xml index ae8477a..d8aea7a 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-apps</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 4bbd5ac..d586ea2 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.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index 4636ca3..6414849 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-contrib</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/csvformatter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml index 7df58e4..3453470 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-csvformatter</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/dedup/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dedup/pom.xml b/examples/dedup/pom.xml index acba0f6..68ea20c 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-dedup</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/distributedistinct/pom.xml ---------------------------------------------------------------------- diff --git a/examples/distributedistinct/pom.xml b/examples/distributedistinct/pom.xml index 510ea68..287e5bc 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/dynamic-partition/pom.xml ---------------------------------------------------------------------- diff --git a/examples/dynamic-partition/pom.xml b/examples/dynamic-partition/pom.xml index b12c09f..dfc0bc9 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-dynamic-partition</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/echoserver/pom.xml ---------------------------------------------------------------------- diff --git a/examples/echoserver/pom.xml b/examples/echoserver/pom.xml index ae8a4be..5de7865 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.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/enricher/pom.xml ---------------------------------------------------------------------- diff --git a/examples/enricher/pom.xml b/examples/enricher/pom.xml index 170efa6..164d192 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-enricher</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/filter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/filter/pom.xml b/examples/filter/pom.xml index 265ddd5..a087a0a 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-filter</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/frauddetect/pom.xml ---------------------------------------------------------------------- diff --git a/examples/frauddetect/pom.xml b/examples/frauddetect/pom.xml index 36d4153..d73f87a 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/highlevelapi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/highlevelapi/pom.xml b/examples/highlevelapi/pom.xml index da843b7..8ad2813 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.1-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/innerjoin/pom.xml ---------------------------------------------------------------------- diff --git a/examples/innerjoin/pom.xml b/examples/innerjoin/pom.xml index ef2a12c..1a57be5 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-innerjoin</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/iteration/pom.xml ---------------------------------------------------------------------- diff --git a/examples/iteration/pom.xml b/examples/iteration/pom.xml index 471b173..e34e38d 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.1-SNAPSHOT</version> </parent> </project> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/machinedata/pom.xml ---------------------------------------------------------------------- diff --git a/examples/machinedata/pom.xml b/examples/machinedata/pom.xml index cf17d9b..d5ba44a 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.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/mobile/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mobile/pom.xml b/examples/mobile/pom.xml index cb40887..11b7df7 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/mrmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mrmonitor/pom.xml b/examples/mrmonitor/pom.xml index 527565b..ee89665 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/mroperator/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mroperator/pom.xml b/examples/mroperator/pom.xml index c9a7b65..2cf4bcb 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/parser/pom.xml ---------------------------------------------------------------------- diff --git a/examples/parser/pom.xml b/examples/parser/pom.xml index b90b06e..528286e 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-parser</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/partition/pom.xml ---------------------------------------------------------------------- diff --git a/examples/partition/pom.xml b/examples/partition/pom.xml index 55af32f..1a8cb38 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-partition</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/pi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pi/pom.xml b/examples/pi/pom.xml index 6c4935f..441f602 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.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index be0f0d3..7b00d6e 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/r/pom.xml ---------------------------------------------------------------------- diff --git a/examples/r/pom.xml b/examples/r/pom.xml index 46b7d47..ec3b1b8 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/recordReader/pom.xml ---------------------------------------------------------------------- diff --git a/examples/recordReader/pom.xml b/examples/recordReader/pom.xml index e264f51..362c45b 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-recordReader</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/sql/pom.xml ---------------------------------------------------------------------- diff --git a/examples/sql/pom.xml b/examples/sql/pom.xml index 7eb0f4d..7111194 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.1-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/throttle/pom.xml ---------------------------------------------------------------------- diff --git a/examples/throttle/pom.xml b/examples/throttle/pom.xml index df0a8fd..a6cdb27 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-throttle</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/transform/pom.xml ---------------------------------------------------------------------- diff --git a/examples/transform/pom.xml b/examples/transform/pom.xml index b2354f9..f521ed8 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-examples-transform</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/twitter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/twitter/pom.xml b/examples/twitter/pom.xml index 76924c9..99dbba8 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/uniquecount/pom.xml ---------------------------------------------------------------------- diff --git a/examples/uniquecount/pom.xml b/examples/uniquecount/pom.xml index 37e4bb1..f63a260 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/wordcount/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wordcount/pom.xml b/examples/wordcount/pom.xml index 9106c7c..541de88 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/examples/yahoofinance/pom.xml ---------------------------------------------------------------------- diff --git a/examples/yahoofinance/pom.xml b/examples/yahoofinance/pom.xml index c607198..d54298d 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.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/hive/pom.xml ---------------------------------------------------------------------- diff --git a/hive/pom.xml b/hive/pom.xml index 56d1084..d0049a8 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-hive</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/kafka/pom.xml b/kafka/pom.xml index 654c62c..509b01f 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/library/pom.xml ---------------------------------------------------------------------- diff --git a/library/pom.xml b/library/pom.xml index a8b3b9b..f3c4652 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-library</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9660982..501291c 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.1-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/c84447c1/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index e1488d5..fba8974 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-samples</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/sql/pom.xml ---------------------------------------------------------------------- diff --git a/sql/pom.xml b/sql/pom.xml index 4d5b1d0..5c1ee22 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-sql</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/c84447c1/stream/pom.xml ---------------------------------------------------------------------- diff --git a/stream/pom.xml b/stream/pom.xml index 8e7b98a..64d2dba 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.1-SNAPSHOT</version> </parent> <artifactId>malhar-stream</artifactId>
