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

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b0e2a8  [hotfix] Bump version to 3.1-SNAPSHOT
1b0e2a8 is described below

commit 1b0e2a8a1e43be38d4fafead0c465ceb68bcc67b
Author: Danny Cranmer <[email protected]>
AuthorDate: Fri Apr 19 11:10:09 2024 +0100

    [hotfix] Bump version to 3.1-SNAPSHOT
---
 flink-connector-rabbitmq/pom.xml     | 2 +-
 flink-sql-connector-rabbitmq/pom.xml | 2 +-
 pom.xml                              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink-connector-rabbitmq/pom.xml b/flink-connector-rabbitmq/pom.xml
index fc6d527..93cb8de 100644
--- a/flink-connector-rabbitmq/pom.xml
+++ b/flink-connector-rabbitmq/pom.xml
@@ -26,7 +26,7 @@ under the License.
        <parent>
                <groupId>org.apache.flink</groupId>
                <artifactId>flink-connector-rabbitmq-parent</artifactId>
-               <version>3.0-SNAPSHOT</version>
+               <version>3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>flink-connector-rabbitmq</artifactId>
diff --git a/flink-sql-connector-rabbitmq/pom.xml 
b/flink-sql-connector-rabbitmq/pom.xml
index ca479f0..68c5779 100644
--- a/flink-sql-connector-rabbitmq/pom.xml
+++ b/flink-sql-connector-rabbitmq/pom.xml
@@ -26,7 +26,7 @@ under the License.
        <parent>
                <groupId>org.apache.flink</groupId>
                <artifactId>flink-connector-rabbitmq-parent</artifactId>
-               <version>3.0-SNAPSHOT</version>
+               <version>3.1-SNAPSHOT</version>
        </parent>
 
        <artifactId>flink-sql-connector-rabbitmq</artifactId>
diff --git a/pom.xml b/pom.xml
index 211db42..43381e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-connector-rabbitmq-parent</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.1-SNAPSHOT</version>
     <name>Flink : Connectors : RabbitMQ : Parent</name>
     <packaging>pom</packaging>
     <inceptionYear>2022</inceptionYear>

Reply via email to