Repository: incubator-streams-examples Updated Branches: refs/heads/master f4c34f58e -> 6d008ccda
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/6d008ccd Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/6d008ccd Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/6d008ccd Branch: refs/heads/master Commit: 6d008ccda21c98fadff9999c73e517008d03a02a Parents: f4c34f5 Author: smarthi <[email protected]> Authored: Sun Dec 18 14:31:48 2016 -0500 Committer: smarthi <[email protected]> Committed: Sun Dec 18 14:31:48 2016 -0500 ---------------------------------------------------------------------- flink/flink-twitter-collection/pom.xml | 6 ++-- flink/pom.xml | 2 +- local/elasticsearch-hdfs/pom.xml | 6 ++-- local/elasticsearch-reindex/pom.xml | 4 +-- local/mongo-elasticsearch-sync/pom.xml | 6 ++-- local/pom.xml | 2 +- local/twitter-follow-neo4j/pom.xml | 6 ++-- local/twitter-history-elasticsearch/pom.xml | 6 ++-- local/twitter-userstream-elasticsearch/pom.xml | 6 ++-- pom.xml | 40 ++++++++++----------- 10 files changed, 42 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/flink/flink-twitter-collection/pom.xml ---------------------------------------------------------------------- diff --git a/flink/flink-twitter-collection/pom.xml b/flink/flink-twitter-collection/pom.xml index 4df3e0d..cd7ad88 100644 --- a/flink/flink-twitter-collection/pom.xml +++ b/flink/flink-twitter-collection/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-flink</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -419,12 +419,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index b976590..84f93f0 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>streams-examples</artifactId> <groupId>org.apache.streams</groupId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/elasticsearch-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml index e3478cb..b50039a 100644 --- a/local/elasticsearch-hdfs/pom.xml +++ b/local/elasticsearch-hdfs/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -226,12 +226,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/elasticsearch-reindex/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml index 93bfaa4..1d9fab9 100644 --- a/local/elasticsearch-reindex/pom.xml +++ b/local/elasticsearch-reindex/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -196,7 +196,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/mongo-elasticsearch-sync/pom.xml ---------------------------------------------------------------------- diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml index 943e6d7..e09b038 100644 --- a/local/mongo-elasticsearch-sync/pom.xml +++ b/local/mongo-elasticsearch-sync/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -195,12 +195,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/pom.xml ---------------------------------------------------------------------- diff --git a/local/pom.xml b/local/pom.xml index 8298c8e..268e0ed 100644 --- a/local/pom.xml +++ b/local/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>streams-examples</artifactId> <groupId>org.apache.streams</groupId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/twitter-follow-neo4j/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-follow-neo4j/pom.xml b/local/twitter-follow-neo4j/pom.xml index f6bec9d..8472495 100644 --- a/local/twitter-follow-neo4j/pom.xml +++ b/local/twitter-follow-neo4j/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -176,12 +176,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-graph</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/twitter-history-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml index 09941bd..4616ee7 100644 --- a/local/twitter-history-elasticsearch/pom.xml +++ b/local/twitter-history-elasticsearch/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -203,12 +203,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/local/twitter-userstream-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-userstream-elasticsearch/pom.xml b/local/twitter-userstream-elasticsearch/pom.xml index 0f74797..04a3821 100644 --- a/local/twitter-userstream-elasticsearch/pom.xml +++ b/local/twitter-userstream-elasticsearch/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -150,12 +150,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> </dependencies> </plugin> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6d008ccd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e4fdcb9..8094242 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <artifactId>streams-examples</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>streams-examples</name> @@ -48,7 +48,7 @@ <connection>scm:git:[email protected]:apache/incubator-streams-examples.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git</developerConnection> <url>scm:git:[email protected]:apache/incubator-streams-examples.git</url> - <tag>streams-examples-0.4.1-incubating</tag> + <tag>HEAD</tag> </scm> <developers> @@ -187,51 +187,51 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-filters</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-schema-activitystreams</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-schema-activitystreams</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -243,43 +243,43 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-graph</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> <type>test-jar</type> </dependency> @@ -425,7 +425,7 @@ <plugin> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugin-pojo</artifactId> - <version>0.4.1-incubating</version> + <version>0.5-incubating-SNAPSHOT</version> </plugin> </plugins> </pluginManagement>
