Bump version to 4.0.1

This commit is contained in:
Christo 2025-07-24 12:39:43 +01:00
parent 74d93adadb
commit 01d6edc510
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ group=org.apache.kafka
# - streams/quickstart/pom.xml
# - streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
# - streams/quickstart/java/pom.xml
version=4.0.1-SNAPSHOT
version=4.0.1
scalaVersion=2.13.15
# Adding swaggerVersion in gradle.properties to have a single version in place for swagger
swaggerVersion=2.2.25

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>..</relativePath>
</parent>

View File

@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>4.0.1-SNAPSHOT</kafka.version>
<kafka.version>4.0.1</kafka.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>

View File

@ -22,7 +22,7 @@
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<packaging>pom</packaging>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<name>Kafka Streams :: Quickstart</name>

View File

@ -22,4 +22,4 @@
# Instead, in development branches, the version should have a suffix of the form ".devN"
#
# For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0"
__version__ = '4.0.1.dev0'
__version__ = '4.0.1'