Skip to content

Commit

Permalink
Update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Apr 22, 2024
1 parent 632aefe commit 74debf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flink-connector-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-cassandra-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>flink-connector-cassandra_${scala.binary.version}</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2.0</version>
<name>Flink : Connectors : Cassandra</name>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>

<artifactId>flink-connector-cassandra-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2.0</version>
<name>Flink : Connectors : Cassandra : Parent</name>
<packaging>pom</packaging>
<inceptionYear>2022</inceptionYear>
Expand Down

0 comments on commit 74debf8

Please sign in to comment.