Preparing for 3.5.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/9bcffafe Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/9bcffafe Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/9bcffafe Branch: refs/heads/release-3.5 Commit: 9bcffafe4b50238194a55b9a018166ac8f4caca3 Parents: cdef985 Author: Thomas Weise <[email protected]> Authored: Sun Sep 4 00:18:02 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Sun Sep 4 00:18:02 2016 -0700 ---------------------------------------------------------------------- apps/filecopy/pom.xml | 4 ++-- apps/logstream/pom.xml | 2 +- apps/pom.xml | 2 +- benchmark/pom.xml | 2 +- contrib/pom.xml | 2 +- demos/distributedistinct/pom.xml | 2 +- demos/echoserver/pom.xml | 2 +- demos/frauddetect/pom.xml | 2 +- demos/highlevelapi/pom.xml | 2 +- demos/iteration/pom.xml | 2 +- demos/machinedata/pom.xml | 2 +- demos/mobile/pom.xml | 2 +- demos/mrmonitor/pom.xml | 2 +- demos/mroperator/pom.xml | 2 +- demos/pi/pom.xml | 2 +- demos/pom.xml | 2 +- demos/r/pom.xml | 2 +- demos/twitter/pom.xml | 2 +- demos/uniquecount/pom.xml | 2 +- demos/wordcount/pom.xml | 2 +- demos/yahoofinance/pom.xml | 2 +- hive/pom.xml | 2 +- kafka/pom.xml | 2 +- library/pom.xml | 2 +- pom.xml | 6 ++---- samples/pom.xml | 2 +- stream/pom.xml | 2 +- 27 files changed, 29 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/apps/filecopy/pom.xml ---------------------------------------------------------------------- diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml index 263f4be..7a55a47 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.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>filecopy</artifactId> @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>malhar-library</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/apps/logstream/pom.xml ---------------------------------------------------------------------- diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml index c47b49e..a1d4c58 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.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/apps/pom.xml ---------------------------------------------------------------------- diff --git a/apps/pom.xml b/apps/pom.xml index 4439b3e..dea5b48 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-apps</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 239d9fa..1372dc1 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>malhar</artifactId> <groupId>org.apache.apex</groupId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index 1c5be13..0d1f5c0 100755 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-contrib</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/distributedistinct/pom.xml ---------------------------------------------------------------------- diff --git a/demos/distributedistinct/pom.xml b/demos/distributedistinct/pom.xml index 0483ba8..4727dd9 100644 --- a/demos/distributedistinct/pom.xml +++ b/demos/distributedistinct/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/echoserver/pom.xml ---------------------------------------------------------------------- diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml index a02aacc..1fbab34 100644 --- a/demos/echoserver/pom.xml +++ b/demos/echoserver/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>malhar-demos</artifactId> <groupId>org.apache.apex</groupId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/frauddetect/pom.xml ---------------------------------------------------------------------- diff --git a/demos/frauddetect/pom.xml b/demos/frauddetect/pom.xml index 0003baa..4d73838 100644 --- a/demos/frauddetect/pom.xml +++ b/demos/frauddetect/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/highlevelapi/pom.xml ---------------------------------------------------------------------- diff --git a/demos/highlevelapi/pom.xml b/demos/highlevelapi/pom.xml index cde0c83..f19d72f 100644 --- a/demos/highlevelapi/pom.xml +++ b/demos/highlevelapi/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/iteration/pom.xml ---------------------------------------------------------------------- diff --git a/demos/iteration/pom.xml b/demos/iteration/pom.xml index 11cc4ef..8757268 100644 --- a/demos/iteration/pom.xml +++ b/demos/iteration/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> </project> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/machinedata/pom.xml ---------------------------------------------------------------------- diff --git a/demos/machinedata/pom.xml b/demos/machinedata/pom.xml index 03a97b9..1ae57eb 100644 --- a/demos/machinedata/pom.xml +++ b/demos/machinedata/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/mobile/pom.xml ---------------------------------------------------------------------- diff --git a/demos/mobile/pom.xml b/demos/mobile/pom.xml index 733ad35..29d4355 100644 --- a/demos/mobile/pom.xml +++ b/demos/mobile/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/mrmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/demos/mrmonitor/pom.xml b/demos/mrmonitor/pom.xml index 063f696..3eba34a 100644 --- a/demos/mrmonitor/pom.xml +++ b/demos/mrmonitor/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/mroperator/pom.xml ---------------------------------------------------------------------- diff --git a/demos/mroperator/pom.xml b/demos/mroperator/pom.xml index 868b704..f7923c4 100644 --- a/demos/mroperator/pom.xml +++ b/demos/mroperator/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/pi/pom.xml ---------------------------------------------------------------------- diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml index c035af6..7b720c2 100644 --- a/demos/pi/pom.xml +++ b/demos/pi/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/pom.xml ---------------------------------------------------------------------- diff --git a/demos/pom.xml b/demos/pom.xml index 839a978..a54eff4 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-demos</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/r/pom.xml ---------------------------------------------------------------------- diff --git a/demos/r/pom.xml b/demos/r/pom.xml index d3e8d4c..395ea7e 100644 --- a/demos/r/pom.xml +++ b/demos/r/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/twitter/pom.xml ---------------------------------------------------------------------- diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml index 286cc15..2fbc03b 100644 --- a/demos/twitter/pom.xml +++ b/demos/twitter/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/uniquecount/pom.xml ---------------------------------------------------------------------- diff --git a/demos/uniquecount/pom.xml b/demos/uniquecount/pom.xml index 39b1dd5..63edc5f 100644 --- a/demos/uniquecount/pom.xml +++ b/demos/uniquecount/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/wordcount/pom.xml ---------------------------------------------------------------------- diff --git a/demos/wordcount/pom.xml b/demos/wordcount/pom.xml index 39e2be8..31c5f39 100644 --- a/demos/wordcount/pom.xml +++ b/demos/wordcount/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/demos/yahoofinance/pom.xml ---------------------------------------------------------------------- diff --git a/demos/yahoofinance/pom.xml b/demos/yahoofinance/pom.xml index 9ffb486..91daf67 100644 --- a/demos/yahoofinance/pom.xml +++ b/demos/yahoofinance/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar-demos</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/hive/pom.xml ---------------------------------------------------------------------- diff --git a/hive/pom.xml b/hive/pom.xml index 25631f4..a23c15b 100755 --- a/hive/pom.xml +++ b/hive/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-hive</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/kafka/pom.xml b/kafka/pom.xml index 4f82089..60f6a40 100755 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/library/pom.xml ---------------------------------------------------------------------- diff --git a/library/pom.xml b/library/pom.xml index a6bdf64..8889ced 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-library</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4274379..a19b51a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Apex Malhar</name> <url>http://apex.apache.org</url> @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>${project.artifactId}</artifactId> - <version>3.4.0</version> + <version>3.5.0</version> </dependency> </oldVersion> <newVersion> @@ -134,8 +134,6 @@ <excludes> <exclude>@org.apache.hadoop.classification.InterfaceStability$Evolving</exclude> <exclude>@org.apache.hadoop.classification.InterfaceStability$Unstable</exclude> - <exclude>org.apache.apex.malhar.lib.fs.BytesFileOutputOperator</exclude> - <exclude>com.datatorrent.lib.projection</exclude> </excludes> </parameter> <skip>${semver.plugin.skip}</skip> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index a2eaa65..4242673 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-samples</artifactId> http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/9bcffafe/stream/pom.xml ---------------------------------------------------------------------- diff --git a/stream/pom.xml b/stream/pom.xml index 445be92..9fad746 100755 --- a/stream/pom.xml +++ b/stream/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>malhar-stream</artifactId>
