Skip to content

Commit

Permalink
[FLINK-35109] Update version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AHeise committed Nov 25, 2024
1 parent 727327d commit 4d3c102
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-e2e-tests</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-e2e-tests</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-e2e-tests</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-connector-kafka-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>flink-connector-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>flink-connector-kafka-python</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-sql-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>flink-sql-connector-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mvnw
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
# ----------------------------------------------------------------------------

set -euf
set -eu
[ "${MVNW_VERBOSE-}" != debug ] || set -x

# OS specific support.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.

<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4.0</version>
<name>Flink : Connectors : Kafka : Parent</name>
<packaging>pom</packaging>
<inceptionYear>2022</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion tools/releasing/shared

0 comments on commit 4d3c102

Please sign in to comment.