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-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cab447  Update version to 3.2-SNAPSHOT
0cab447 is described below

commit 0cab44717f97f3bde3991cb1be696d5e72b84af2
Author: Danny Cranmer <dannycran...@apache.org>
AuthorDate: Fri May 19 10:39:42 2023 +0100

    Update version to 3.2-SNAPSHOT
---
 flink-connector-jdbc/pom.xml | 2 +-
 pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-connector-jdbc/pom.xml b/flink-connector-jdbc/pom.xml
index 43ad74f..26ebae6 100644
--- a/flink-connector-jdbc/pom.xml
+++ b/flink-connector-jdbc/pom.xml
@@ -26,7 +26,7 @@ under the License.
        <parent>
                <groupId>org.apache.flink</groupId>
                <artifactId>flink-connector-jdbc-parent</artifactId>
-               <version>3.1-SNAPSHOT</version>
+               <version>3.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>flink-connector-jdbc</artifactId>
diff --git a/pom.xml b/pom.xml
index 5c493d2..b2bf4b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-connector-jdbc-parent</artifactId>
-    <version>3.1-SNAPSHOT</version>
+    <version>3.2-SNAPSHOT</version>
     <name>Flink : Connectors : JDBC : Parent</name>
     <packaging>pom</packaging>
     <inceptionYear>2022</inceptionYear>

Reply via email to