You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sm...@apache.org on 2017/03/20 19:01:18 UTC

incubator-streams-examples git commit: STREAMS-497: Add streams prefix to project and examples artifactIds, this closes apache/incubator-streams-examples#36

Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master 57b6784f7 -> eec2bcd92


STREAMS-497: Add streams prefix to project and examples artifactIds, this closes apache/incubator-streams-examples#36


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

Branch: refs/heads/master
Commit: eec2bcd9277c834bdd540df5a6cb98c49ff08856
Parents: 57b6784
Author: smarthi <sm...@apache.org>
Authored: Mon Mar 20 15:00:10 2017 -0400
Committer: smarthi <sm...@apache.org>
Committed: Mon Mar 20 15:00:42 2017 -0400

----------------------------------------------------------------------
 flink/flink-twitter-collection/pom.xml      | 2 +-
 local/elasticsearch-hdfs/pom.xml            | 2 +-
 local/elasticsearch-reindex/pom.xml         | 2 +-
 local/mongo-elasticsearch-sync/pom.xml      | 2 +-
 local/twitter-follow-neo4j/pom.xml          | 2 +-
 local/twitter-history-elasticsearch/pom.xml | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/eec2bcd9/flink/flink-twitter-collection/pom.xml
----------------------------------------------------------------------
diff --git a/flink/flink-twitter-collection/pom.xml b/flink/flink-twitter-collection/pom.xml
index 2027fe7..1433f65 100644
--- a/flink/flink-twitter-collection/pom.xml
+++ b/flink/flink-twitter-collection/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>flink-twitter-collection</artifactId>
+    <artifactId>streams-flink-twitter-collection</artifactId>
     <name>flink-twitter-collection</name>
 
     <description>Collects twitter documents using flink.</description>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/eec2bcd9/local/elasticsearch-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index c412a8f..0d32e87 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>elasticsearch-hdfs</artifactId>
+    <artifactId>streams-elasticsearch-hdfs</artifactId>
     <name>elasticsearch-hdfs</name>
 
     <description>Copies documents between elasticsearch and file system using the hdfs persist module.</description>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/eec2bcd9/local/elasticsearch-reindex/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml
index a14da62..36d6172 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>elasticsearch-reindex</artifactId>
+    <artifactId>streams-elasticsearch-reindex</artifactId>
     <name>elasticsearch-reindex</name>
 
     <description>Copies documents between indexes.</description>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/eec2bcd9/local/mongo-elasticsearch-sync/pom.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml
index 73079bc..7cca384 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>mongo-elasticsearch-sync</artifactId>
+    <artifactId>streams-mongo-elasticsearch-sync</artifactId>
     <name>mongo-elasticsearch-sync</name>
 
     <description>Copies documents from mongodb to elasticsearch.</description>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/eec2bcd9/local/twitter-follow-neo4j/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-follow-neo4j/pom.xml b/local/twitter-follow-neo4j/pom.xml
index 4f68aa9..a21a103 100644
--- a/local/twitter-follow-neo4j/pom.xml
+++ b/local/twitter-follow-neo4j/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>twitter-follow-neo4j</artifactId>
+    <artifactId>streams-twitter-follow-neo4j</artifactId>
     <name>twitter-follow-neo4j</name>
 
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/eec2bcd9/local/twitter-history-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml
index a127764..8a4008a 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>twitter-history-elasticsearch</artifactId>
+    <artifactId>streams-twitter-history-elasticsearch</artifactId>
     <name>twitter-history-elasticsearch</name>
 
     <description>