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

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


The following commit(s) were added to refs/heads/master by this push:
     new e05c6e1  [maven-release-plugin] prepare for next development iteration
e05c6e1 is described below

commit e05c6e19152f71df638e2d79241389e2fadc50c0
Author: Joao Boto <[email protected]>
AuthorDate: Thu Jun 16 15:44:53 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 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 +++---
 11 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/flink-connector-activemq/pom.xml b/flink-connector-activemq/pom.xml
index 50dbfac..9522816 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.2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-connector-akka/pom.xml b/flink-connector-akka/pom.xml
index 3a78104..1b1dd46 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.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flink-connector-flume/pom.xml b/flink-connector-flume/pom.xml
index 7d9ecab..92f4b91 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.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flink-connector-influxdb/pom.xml b/flink-connector-influxdb/pom.xml
index 102b31f..af5e4b1 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-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flink-connector-influxdb2/pom.xml 
b/flink-connector-influxdb2/pom.xml
index d093bb8..3458790 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-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/flink-connector-kudu/pom.xml b/flink-connector-kudu/pom.xml
index 6f68522..fd485d5 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-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index bb828a1..79f9c02 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-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/flink-connector-pinot/pom.xml b/flink-connector-pinot/pom.xml
index 0745f23..5584aed 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-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-connector-redis/pom.xml b/flink-connector-redis/pom.xml
index 67cd7d6..d7d67de 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.2-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-library-siddhi/pom.xml b/flink-library-siddhi/pom.xml
index 35bb3f0..96089f9 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-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index dca427c..fd63fd6 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.2-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:[email protected]: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>release-1.1</tag>
+        <tag>HEAD</tag>
     </scm>
     <repositories>
         <repository>
@@ -105,7 +105,7 @@
         <module>flink-library-siddhi</module>
     </modules>
     <properties>
-        
<project.build.outputTimestamp>1655387053</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>1655387093</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>

Reply via email to