Repository: incubator-streams-examples Updated Branches: refs/heads/master b02c7604e -> b2cd3934b
Revert "[maven-release-plugin] prepare release streams-examples-0.4-incubating" This reverts commit 5807a4522c9ea3f93547baf801f4eb64d1a83383. # Conflicts: # flink/flink-twitter-collection/pom.xml # flink/pom.xml # local/elasticsearch-hdfs/pom.xml # local/elasticsearch-reindex/pom.xml # local/mongo-elasticsearch-sync/pom.xml # local/pom.xml # local/twitter-follow-neo4j/pom.xml # local/twitter-history-elasticsearch/pom.xml # local/twitter-userstream-elasticsearch/pom.xml # pom.xml 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/b2cd3934 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/b2cd3934 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/b2cd3934 Branch: refs/heads/master Commit: b2cd3934bc1e28035c949484454d7f95c6adb081 Parents: b02c760 Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Wed Nov 2 09:50:55 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Wed Nov 2 09:50:55 2016 -0500 ---------------------------------------------------------------------- flink/flink-twitter-collection/pom.xml | 14 +++++----- flink/pom.xml | 2 +- local/elasticsearch-hdfs/pom.xml | 18 ++++++------- local/elasticsearch-reindex/pom.xml | 8 +++--- local/mongo-elasticsearch-sync/pom.xml | 16 +++++------ local/pom.xml | 4 +-- local/twitter-follow-neo4j/pom.xml | 12 ++++----- local/twitter-history-elasticsearch/pom.xml | 16 +++++------ local/twitter-userstream-elasticsearch/pom.xml | 16 +++++------ pom.xml | 30 ++++++++++----------- 10 files changed, 68 insertions(+), 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/flink/flink-twitter-collection/pom.xml ---------------------------------------------------------------------- diff --git a/flink/flink-twitter-collection/pom.xml b/flink/flink-twitter-collection/pom.xml index 71f7c49..f9e0a97 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -78,27 +78,27 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 84f93f0..6c50ca2 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/elasticsearch-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml index 8867ecd..3fb7be3 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -76,41 +76,41 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-schema-activitystreams</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/elasticsearch-reindex/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml index f271623..be15a36 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-schema-activitystreams</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> @@ -93,12 +93,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/mongo-elasticsearch-sync/pom.xml ---------------------------------------------------------------------- diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml index 946dc9c..ebba2ac 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -66,7 +66,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -75,34 +75,34 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-schema-activitystreams</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/pom.xml ---------------------------------------------------------------------- diff --git a/local/pom.xml b/local/pom.xml index 8c8f2a0..e515606 100644 --- a/local/pom.xml +++ b/local/pom.xml @@ -22,12 +22,12 @@ <parent> <artifactId>streams-examples</artifactId> <groupId>org.apache.streams</groupId> - <version>0.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>streams-examples-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>streams-examples-local</name> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/twitter-follow-neo4j/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-follow-neo4j/pom.xml b/local/twitter-follow-neo4j/pom.xml index 0d4786f..d82dc12 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -49,17 +49,17 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -70,12 +70,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-graph</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/twitter-history-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml index 2f5f9a8..64f89ea 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -78,29 +78,29 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -111,7 +111,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/local/twitter-userstream-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-userstream-elasticsearch/pom.xml b/local/twitter-userstream-elasticsearch/pom.xml index 010032f..9fa1b4f 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.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -76,32 +76,32 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-filters</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/b2cd3934/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e369e36..c7864bc 100644 --- a/pom.xml +++ b/pom.xml @@ -22,11 +22,11 @@ <parent> <artifactId>streams-master</artifactId> <groupId>org.apache.streams</groupId> - <version>0.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>streams-examples</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>0.4-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>streams-examples</name> @@ -187,39 +187,39 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-filters</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -231,32 +231,32 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-graph</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>0.5-incubating-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies>
