You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2017/05/17 14:19:47 UTC

bahir-flink git commit: [maven-release-plugin] prepare release v1.0-rc4

Repository: bahir-flink
Updated Branches:
  refs/heads/master 8cc5252be -> 6cda707ef


[maven-release-plugin] prepare release v1.0-rc4


Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/6cda707e
Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/6cda707e
Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/6cda707e

Branch: refs/heads/master
Commit: 6cda707ef733dd293482871f749e29d22cc57583
Parents: 8cc5252
Author: Luciano Resende <lr...@apache.org>
Authored: Wed May 17 10:19:45 2017 -0400
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed May 17 10:19:45 2017 -0400

----------------------------------------------------------------------
 distribution/pom.xml             | 2 +-
 flink-connector-activemq/pom.xml | 2 +-
 flink-connector-akka/pom.xml     | 2 +-
 flink-connector-flume/pom.xml    | 2 +-
 flink-connector-netty/pom.xml    | 4 ++--
 flink-connector-redis/pom.xml    | 2 +-
 pom.xml                          | 4 ++--
 7 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index b4834b1..0047cf7 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-flink-parent_2.11</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/flink-connector-activemq/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connector-activemq/pom.xml b/flink-connector-activemq/pom.xml
index 8efbedb..19cfd4a 100644
--- a/flink-connector-activemq/pom.xml
+++ b/flink-connector-activemq/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-flink-parent_2.11</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/flink-connector-akka/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connector-akka/pom.xml b/flink-connector-akka/pom.xml
index 5eb261b..a92992c 100644
--- a/flink-connector-akka/pom.xml
+++ b/flink-connector-akka/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-flink-parent_2.11</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/flink-connector-flume/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connector-flume/pom.xml b/flink-connector-flume/pom.xml
index 1f4cf6d..890cb6f 100644
--- a/flink-connector-flume/pom.xml
+++ b/flink-connector-flume/pom.xml
@@ -24,7 +24,7 @@ under the License.
 	<parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-flink-parent_2.11</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/flink-connector-netty/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index 7a9097a..400e3cc 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-flink-parent_2.11</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>flink-connector-netty_2.11</artifactId>
   <name>flink-connector-netty</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>jar</packaging>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/flink-connector-redis/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connector-redis/pom.xml b/flink-connector-redis/pom.xml
index 3ed9fe8..af39500 100644
--- a/flink-connector-redis/pom.xml
+++ b/flink-connector-redis/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-flink-parent_2.11</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/6cda707e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6d8dd1..5a8855e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <groupId>org.apache.bahir</groupId>
   <artifactId>bahir-flink-parent_2.11</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>pom</packaging>
   <name>Apache Bahir for Apache Flink - Parent POM</name>
   <url>http://bahir.apache.org/</url>
@@ -40,7 +40,7 @@
     <connection>scm:git:git@github.com:apache/bahir-flink.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bahir-flink.git</developerConnection>
     <url>scm:git:git@github.com:apache/bahir-flink.git</url>
-    <tag>HEAD</tag>
+    <tag>v1.0-rc4</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>