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/07/30 23:26:40 UTC

incubator-streams-examples git commit: version bump to 0.3-incubator-SNAPSHOT switch to streams-master as parent

Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master a1836d0b0 -> 57c66cf96


version bump to 0.3-incubator-SNAPSHOT
switch to streams-master as parent


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

Branch: refs/heads/master
Commit: 57c66cf96eb86cfd443ffcc1130344f17d62684b
Parents: a1836d0
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Thu Jul 30 16:25:08 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Thu Jul 30 16:25:08 2015 -0500

----------------------------------------------------------------------
 local/elasticsearch-hdfs/pom.xml               |  8 ++++----
 local/elasticsearch-reindex/pom.xml            |  6 +++---
 local/mongo-elasticsearch-sync/pom.xml         |  3 ++-
 local/pom.xml                                  |  3 ++-
 local/twitter-follow-graph/pom.xml             |  3 ++-
 local/twitter-history-elasticsearch/pom.xml    |  3 ++-
 local/twitter-userstream-elasticsearch/pom.xml |  3 ++-
 pom.xml                                        | 11 +++++++++--
 8 files changed, 26 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57c66cf9/local/elasticsearch-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 8819319..771ff3c 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>elasticsearch-hdfs</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <properties>
         <elasticsearch.version>1.1.0</elasticsearch.version>
@@ -104,12 +104,12 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-elasticsearch</artifactId>
-            <version>0.2-incubating-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-hdfs</artifactId>
-            <version>0.2-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/57c66cf9/local/elasticsearch-reindex/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml
index a75fa2a..7283e91 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>elasticsearch-reindex</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <properties>
         <elasticsearch.version>1.1.0</elasticsearch.version>
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-elasticsearch</artifactId>
-            <version>0.2-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/57c66cf9/local/mongo-elasticsearch-sync/pom.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml
index 4d271e0..839225a 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -23,12 +23,13 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>mongo-elasticsearch-sync</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <properties>
         <elasticsearch.version>1.1.0</elasticsearch.version>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57c66cf9/local/pom.xml
----------------------------------------------------------------------
diff --git a/local/pom.xml b/local/pom.xml
index 705a251..2088789 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,10 +22,11 @@
     <parent>
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-examples-local</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>streams-examples-local</name>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57c66cf9/local/twitter-follow-graph/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-follow-graph/pom.xml b/local/twitter-follow-graph/pom.xml
index 5324462..a4129bc 100644
--- a/local/twitter-follow-graph/pom.xml
+++ b/local/twitter-follow-graph/pom.xml
@@ -23,12 +23,13 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>twitter-follow-graph</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57c66cf9/local/twitter-history-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml
index 4adabb2..d9b38ca 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -23,11 +23,12 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>twitter-history-elasticsearch</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <properties>
         <elasticsearch.version>1.1.0</elasticsearch.version>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57c66cf9/local/twitter-userstream-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-userstream-elasticsearch/pom.xml b/local/twitter-userstream-elasticsearch/pom.xml
index f438e77..be1c186 100644
--- a/local/twitter-userstream-elasticsearch/pom.xml
+++ b/local/twitter-userstream-elasticsearch/pom.xml
@@ -23,11 +23,12 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>twitter-userstream-elasticsearch</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <properties>
         <elasticsearch.version>1.1.0</elasticsearch.version>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57c66cf9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b49d35e..a4b2794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,12 +20,13 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>streams-project</artifactId>
+        <artifactId>streams-master</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-examples</artifactId>
+    <version>0.3-incubating-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>streams-examples</name>
@@ -43,6 +44,12 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>com.typesafe</groupId>
+                <artifactId>config</artifactId>
+                <type>jar</type>
+                <version>1.2.1</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-config</artifactId>
                 <version>${project.version}</version>