You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/05/16 21:59:04 UTC

[06/11] incubator-streams-examples git commit: set streams.version to 0.2-incubating for release

set streams.version to 0.2-incubating for release


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/272b8159
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/272b8159
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/272b8159

Branch: refs/heads/0.2-incubating-rc1
Commit: 272b8159ca0aa77b863a3eba6c2db7dcf695ed98
Parents: 244683c
Author: Steve Blackmon <sb...@apache.org>
Authored: Tue Apr 28 01:18:59 2015 -0500
Committer: Steve Blackmon <sb...@apache.org>
Committed: Tue Apr 28 01:21:30 2015 -0500

----------------------------------------------------------------------
 local/mongo-elasticsearch-sync/pom.xml      | 12 ++++++------
 local/twitter-history-elasticsearch/pom.xml |  2 +-
 pom.xml                                     |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/mongo-elasticsearch-sync/pom.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml
index 6726460..388662f 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe</groupId>
@@ -76,27 +76,27 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-runtime-local</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-elasticsearch</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-mongo</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
             <type>test-jar</type>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/local/twitter-history-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml
index 93ff1bb..1b27789 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>${project.version}</version>
+            <version>${streams.version}</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/272b8159/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 83b8d12..2c39199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
             https://repository.apache.org/service/local/staging/deploy/maven2
         </release.repository.url>
 
-        <streams.version>${project.version}</streams.version>
+        <streams.version>0.2-incubating</streams.version>
 
         <!-- Plugin and Plugin Dependency Versions -->
         <build-helper.plugin.version>1.8</build-helper.plugin.version>