You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/07/04 14:38:07 UTC

[bahir-flink] branch release-1.1 created (now 214553e)

This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a change to branch release-1.1
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


      at 214553e  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 214553e  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[bahir-flink] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by es...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch release-1.1
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit 214553e851dff0c0bdd70c63954963bee45cdbb0
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Mon Jul 4 14:28:34 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 distribution/pom.xml              | 2 +-
 flink-connector-activemq/pom.xml  | 2 +-
 flink-connector-akka/pom.xml      | 2 +-
 flink-connector-flume/pom.xml     | 2 +-
 flink-connector-influxdb/pom.xml  | 2 +-
 flink-connector-influxdb2/pom.xml | 2 +-
 flink-connector-kudu/pom.xml      | 2 +-
 flink-connector-netty/pom.xml     | 2 +-
 flink-connector-pinot/pom.xml     | 2 +-
 flink-connector-redis/pom.xml     | 2 +-
 flink-library-siddhi/pom.xml      | 2 +-
 pom.xml                           | 6 +++---
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 90a8ad6..14035e8 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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-connector-activemq/pom.xml b/flink-connector-activemq/pom.xml
index 1538a57..50dbfac 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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-connector-akka/pom.xml b/flink-connector-akka/pom.xml
index 2c3b978..3a78104 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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flink-connector-flume/pom.xml b/flink-connector-flume/pom.xml
index e0126cc..7d9ecab 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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flink-connector-influxdb/pom.xml b/flink-connector-influxdb/pom.xml
index 07fe752..102b31f 100644
--- a/flink-connector-influxdb/pom.xml
+++ b/flink-connector-influxdb/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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flink-connector-influxdb2/pom.xml b/flink-connector-influxdb2/pom.xml
index 0dfed08..d093bb8 100644
--- a/flink-connector-influxdb2/pom.xml
+++ b/flink-connector-influxdb2/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.0-rc1</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/flink-connector-kudu/pom.xml b/flink-connector-kudu/pom.xml
index 6eeb57e..6f68522 100644
--- a/flink-connector-kudu/pom.xml
+++ b/flink-connector-kudu/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-flink-parent_2.11</artifactId>
-    <version>1.1.0-rc1</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index f0187e7..bb828a1 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-flink-parent_2.11</artifactId>
-    <version>1.1.0-rc1</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/flink-connector-pinot/pom.xml b/flink-connector-pinot/pom.xml
index b7ffc47..0745f23 100644
--- a/flink-connector-pinot/pom.xml
+++ b/flink-connector-pinot/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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-connector-redis/pom.xml b/flink-connector-redis/pom.xml
index 6abaafc..67cd7d6 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.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-library-siddhi/pom.xml b/flink-library-siddhi/pom.xml
index e9d931f..35bb3f0 100644
--- a/flink-library-siddhi/pom.xml
+++ b/flink-library-siddhi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-flink-parent_2.11</artifactId>
-        <version>1.1.0-rc1</version>
+        <version>1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 0bdd488..44211ef 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.0-rc1</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Bahir for Apache Flink - Parent POM</name>
     <url>http://bahir.apache.org/</url>
@@ -64,7 +64,7 @@
         <connection>scm:git:git@github.com:apache/bahir-flink.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/bahir-flink.git</developerConnection>
         <url>https://github.com/apache/bahir-flink</url>
-        <tag>v1.1.0-rc1</tag>
+        <tag>release-1.1</tag>
     </scm>
     <repositories>
         <repository>
@@ -105,7 +105,7 @@
         <module>flink-library-siddhi</module>
     </modules>
     <properties>
-        <project.build.outputTimestamp>1656937584</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1656937714</project.build.outputTimestamp>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <java.version>1.8</java.version>