Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master 32fd33674 -> f4c34f58e


[maven-release-plugin] prepare release streams-examples-0.4.1-incubating


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

Branch: refs/heads/master
Commit: f4c34f58e5eea88e2b1a51c54925720990670cbd
Parents: 32fd336
Author: smarthi <smar...@apache.org>
Authored: Sun Dec 18 14:31:32 2016 -0500
Committer: smarthi <smar...@apache.org>
Committed: Sun Dec 18 14:31:32 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/f4c34f58/flink/flink-twitter-collection/pom.xml
----------------------------------------------------------------------
diff --git a/flink/flink-twitter-collection/pom.xml 
b/flink/flink-twitter-collection/pom.xml
index 6acc8b8..4df3e0d 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</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>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-provider-twitter</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index 399ee06..b976590 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/elasticsearch-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index ad56934..e3478cb 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</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>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-persist-hdfs</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/elasticsearch-reindex/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-reindex/pom.xml 
b/local/elasticsearch-reindex/pom.xml
index 24b65a9..93bfaa4 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</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>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/mongo-elasticsearch-sync/pom.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/pom.xml 
b/local/mongo-elasticsearch-sync/pom.xml
index 0f08234..943e6d7 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</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>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-persist-mongo</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/pom.xml
----------------------------------------------------------------------
diff --git a/local/pom.xml b/local/pom.xml
index 886e731..8298c8e 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/twitter-follow-neo4j/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-follow-neo4j/pom.xml 
b/local/twitter-follow-neo4j/pom.xml
index 35b6c17..f6bec9d 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</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>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-provider-twitter</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/twitter-history-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/pom.xml 
b/local/twitter-history-elasticsearch/pom.xml
index 6a0998f..09941bd 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -203,12 +203,12 @@
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-persist-elasticsearch</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-provider-twitter</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/local/twitter-userstream-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-userstream-elasticsearch/pom.xml 
b/local/twitter-userstream-elasticsearch/pom.xml
index b288b3f..0f74797 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-SNAPSHOT</version>
+        <version>0.4.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -150,12 +150,12 @@
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-persist-elasticsearch</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.streams</groupId>
                         <artifactId>streams-provider-twitter</artifactId>
-                        <version>${project.version}</version>
+                        <version>0.4.1-incubating</version>
                     </dependency>
                 </dependencies>
             </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/f4c34f58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7c4c4db..e4fdcb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>streams-examples</artifactId>
-    <version>0.4.1-incubating-SNAPSHOT</version>
+    <version>0.4.1-incubating</version>
 
     <packaging>pom</packaging>
     <name>streams-examples</name>
@@ -48,7 +48,7 @@
         
<connection>scm:git:g...@github.com: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:g...@github.com:apache/incubator-streams-examples.git</url>
-        <tag>HEAD</tag>
+        <tag>streams-examples-0.4.1-incubating</tag>
     </scm>
 
     <developers>
@@ -187,51 +187,51 @@
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-config</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-core</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-filters</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-schema-activitystreams</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-schema-activitystreams</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-pojo</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-pojo</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-util</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-util</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</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>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-provider-twitter</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-elasticsearch</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-elasticsearch</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
                 <type>test-jar</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-graph</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-hdfs</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-mongo</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-mongo</artifactId>
-                <version>${project.version}</version>
+                <version>0.4.1-incubating</version>
                 <type>test-jar</type>
             </dependency>
 
@@ -425,7 +425,7 @@
                  <plugin>
                     <groupId>org.apache.streams.plugins</groupId>
                     <artifactId>streams-plugin-pojo</artifactId>
-                    <version>${project.version}</version>
+                    <version>0.4.1-incubating</version>
                 </plugin>
             </plugins>
         </pluginManagement>

Reply via email to