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 2017/02/13 23:20:54 UTC

[1/2] incubator-streams-examples git commit: STREAMS-485: Improve release process - no more repeated pasting of versions

Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master 28d6b2e30 -> a31cc498d


STREAMS-485: Improve release process - no more repeated pasting of versions


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

Branch: refs/heads/master
Commit: 14f6308e4bf8ee1807b3abe5615bd38b757c3a2a
Parents: 8f05fcc
Author: smarthi <sm...@apache.org>
Authored: Wed Feb 8 01:07:44 2017 -0500
Committer: smarthi <sm...@apache.org>
Committed: Sat Feb 11 20:32:24 2017 -0500

----------------------------------------------------------------------
 flink/flink-twitter-collection/pom.xml |  2 +-
 flink/pom.xml                          |  2 +-
 local/pom.xml                          |  2 +-
 pom.xml                                | 38 ++++++++++++++---------------
 4 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/14f6308e/flink/flink-twitter-collection/pom.xml
----------------------------------------------------------------------
diff --git a/flink/flink-twitter-collection/pom.xml b/flink/flink-twitter-collection/pom.xml
index ff682c7..0734401 100644
--- a/flink/flink-twitter-collection/pom.xml
+++ b/flink/flink-twitter-collection/pom.xml
@@ -22,7 +22,7 @@
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-flink</artifactId>
         <version>0.5-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/14f6308e/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index 84f93f0..174f38b 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams</groupId>
         <version>0.5-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>streams-examples-flink</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/14f6308e/local/pom.xml
----------------------------------------------------------------------
diff --git a/local/pom.xml b/local/pom.xml
index 268e0ed..cfa69b2 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -23,7 +23,7 @@
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams</groupId>
         <version>0.5-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>streams-examples-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/14f6308e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2fa8ac..0f9cc76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,99 +145,99 @@
             <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-schema-activitystreams</artifactId>
-                <version>0.5-incubating-SNAPSHOT</version>
+                <version>${project.version}</version>
             </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>
                 <scope>test</scope>
             </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>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-pojo-extensions</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>
             </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>
             </dependency>
             <dependency>
                 <groupId>org.apache.streams</groupId>
                 <artifactId>streams-persist-neo4j</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>
             <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>
             </dependency>
 
@@ -368,7 +368,7 @@
                  <plugin>
                     <groupId>org.apache.streams.plugins</groupId>
                     <artifactId>streams-plugin-pojo</artifactId>
-                    <version>0.5-incubating-SNAPSHOT</version>
+                    <version>${project.version}</version>
                     <configuration>
                         <sourcePaths>
                             <sourcePath>${project.basedir}/src/main/jsonschema</sourcePath>


[2/2] incubator-streams-examples git commit: STREAMS-485: Improve release process

Posted by sb...@apache.org.
STREAMS-485: Improve release process


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

Branch: refs/heads/master
Commit: a31cc498d93391e6088de26fc4f06a7e6ec2ee69
Parents: 28d6b2e 14f6308
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Mon Feb 13 17:20:06 2017 -0600
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Mon Feb 13 17:20:39 2017 -0600

----------------------------------------------------------------------
 flink/flink-twitter-collection/pom.xml |  2 +-
 flink/pom.xml                          |  2 +-
 local/pom.xml                          |  2 +-
 pom.xml                                | 38 ++++++++++++++---------------
 4 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------