You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/11/25 10:44:59 UTC

[flink-connector-cassandra] branch main updated: Update version to 4.0-SNAPSHOT

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

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


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

commit 6954ffa03a9ec4302f002444fdaf35d20c90e3b4
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Nov 25 11:44:42 2022 +0100

    Update version to 4.0-SNAPSHOT
---
 flink-connector-cassandra/pom.xml | 4 ++--
 pom.xml                           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink-connector-cassandra/pom.xml b/flink-connector-cassandra/pom.xml
index 45f05cb..fa78a65 100644
--- a/flink-connector-cassandra/pom.xml
+++ b/flink-connector-cassandra/pom.xml
@@ -26,11 +26,11 @@ under the License.
 	<parent>
 		<groupId>org.apache.flink</groupId>
 		<artifactId>flink-connector-cassandra-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>4.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>flink-connector-cassandra_${scala.binary.version}</artifactId>
-	<version>3.0-SNAPSHOT</version>
+	<version>4.0-SNAPSHOT</version>
 	<name>Flink : Connectors : Cassandra</name>
 
 	<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 671f767..5b721b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
 	<groupId>org.apache.flink</groupId>
 	<artifactId>flink-connector-cassandra-parent</artifactId>
-	<version>3.0-SNAPSHOT</version>
+	<version>4.0-SNAPSHOT</version>
 	<name>Flink : Connectors : Cassandra : Parent</name>
 	<packaging>pom</packaging>
 	<inceptionYear>2022</inceptionYear>