This is an automated email from the ASF dual-hosted git repository.
martijnvisser 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 5a994ba Update version to 3.1-SNAPSHOT
5a994ba is described below
commit 5a994ba97df645f8894d5f7edc4c7ed3c0d08701
Author: Martijn Visser <[email protected]>
AuthorDate: Wed Dec 14 13:55:59 2022 +0100
Update version to 3.1-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 3c871d7..fa09d49 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.0-SNAPSHOT</version>
+ <version>3.1-SNAPSHOT</version>
</parent>
<artifactId>flink-connector-jdbc</artifactId>
diff --git a/pom.xml b/pom.xml
index 96cebdb..c4abce8 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.0-SNAPSHOT</version>
+ <version>3.1-SNAPSHOT</version>
<name>Flink : Connectors : JDBC : Parent</name>
<packaging>pom</packaging>
<inceptionYear>2022</inceptionYear>