Preparing for 3.4.1 development
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/921dd0de Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/921dd0de Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/921dd0de Branch: refs/heads/release-3.4 Commit: 921dd0dee1ece8a9918e12d2900b9c611dfcbf20 Parents: aea89fa Author: Thomas Weise <[email protected]> Authored: Tue May 24 09:51:28 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Tue May 24 09:51:28 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/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 +- kafka/pom.xml | 2 +- library/pom.xml | 2 +- pom.xml | 2 +- samples/pom.xml | 2 +- stream/pom.xml | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/apps/filecopy/pom.xml ---------------------------------------------------------------------- diff --git a/apps/filecopy/pom.xml b/apps/filecopy/pom.xml index 4daf7b2..d451cd1 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>filecopy</artifactId> @@ -79,7 +79,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>malhar-library</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>*</groupId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/apps/logstream/pom.xml ---------------------------------------------------------------------- diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml index 3bfa825..471f138 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/apps/pom.xml ---------------------------------------------------------------------- diff --git a/apps/pom.xml b/apps/pom.xml index 32f4160..487beab 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-apps</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 408ec0e..0c8babe 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>malhar</artifactId> <groupId>org.apache.apex</groupId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index cfc55db..c019ec7 100755 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-contrib</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/distributedistinct/pom.xml ---------------------------------------------------------------------- diff --git a/demos/distributedistinct/pom.xml b/demos/distributedistinct/pom.xml index 4c3a01c..5cd6419 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/echoserver/pom.xml ---------------------------------------------------------------------- diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml index 63dc20c..3ea601a 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <groupId>org.apache.apex</groupId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/frauddetect/pom.xml ---------------------------------------------------------------------- diff --git a/demos/frauddetect/pom.xml b/demos/frauddetect/pom.xml index f2db28b..791c4aa 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/iteration/pom.xml ---------------------------------------------------------------------- diff --git a/demos/iteration/pom.xml b/demos/iteration/pom.xml index b4a9890..b379a78 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/machinedata/pom.xml ---------------------------------------------------------------------- diff --git a/demos/machinedata/pom.xml b/demos/machinedata/pom.xml index 9bba3b8..6a49bf5 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/mobile/pom.xml ---------------------------------------------------------------------- diff --git a/demos/mobile/pom.xml b/demos/mobile/pom.xml index 6cb84c2..f7baedc 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/mrmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/demos/mrmonitor/pom.xml b/demos/mrmonitor/pom.xml index 5eaca53..563662f 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/mroperator/pom.xml ---------------------------------------------------------------------- diff --git a/demos/mroperator/pom.xml b/demos/mroperator/pom.xml index 3812874..876fd0e 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/pi/pom.xml ---------------------------------------------------------------------- diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml index 016a6cd..598b01f 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/pom.xml ---------------------------------------------------------------------- diff --git a/demos/pom.xml b/demos/pom.xml index fc4c070..d892b6c 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-demos</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/r/pom.xml ---------------------------------------------------------------------- diff --git a/demos/r/pom.xml b/demos/r/pom.xml index fd81dbe..74960ff 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/twitter/pom.xml ---------------------------------------------------------------------- diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml index 87192e1..bf1001e 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/uniquecount/pom.xml ---------------------------------------------------------------------- diff --git a/demos/uniquecount/pom.xml b/demos/uniquecount/pom.xml index 2accd90..a015cb8 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/wordcount/pom.xml ---------------------------------------------------------------------- diff --git a/demos/wordcount/pom.xml b/demos/wordcount/pom.xml index a605cd2..238b368 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/demos/yahoofinance/pom.xml ---------------------------------------------------------------------- diff --git a/demos/yahoofinance/pom.xml b/demos/yahoofinance/pom.xml index 34a9635..1a3c224 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.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/kafka/pom.xml b/kafka/pom.xml index a8a3cea..bdfe710 100755 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/library/pom.xml ---------------------------------------------------------------------- diff --git a/library/pom.xml b/library/pom.xml index 7c23609..e343af2 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-library</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6bdf66e..1d542a2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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/incubator-apex-malhar/blob/921dd0de/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index 67df7b5..dca609a 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-samples</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/921dd0de/stream/pom.xml ---------------------------------------------------------------------- diff --git a/stream/pom.xml b/stream/pom.xml index 0348236..45f5892 100755 --- a/stream/pom.xml +++ b/stream/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>malhar</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>malhar-stream</artifactId>
