This is an automated email from the ASF dual-hosted git repository.
viktor pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.0 by this push:
new c1b0f0a5c05 Revert "Bump version to 4.0.2"
c1b0f0a5c05 is described below
commit c1b0f0a5c05dceda9a8b9cdb6df487cfa8ba4287
Author: Viktor Somogyi-Vass <[email protected]>
AuthorDate: Thu Feb 12 14:29:06 2026 +0100
Revert "Bump version to 4.0.2"
This reverts commit 7e49ad137a0eebdf18087a3ad0db0beb25a6b92f.
---
NOTICE | 2 +-
gradle.properties | 2 +-
streams/quickstart/java/pom.xml | 2 +-
streams/quickstart/java/src/main/resources/archetype-resources/pom.xml | 2 +-
streams/quickstart/pom.xml | 2 +-
tests/kafkatest/__init__.py | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/NOTICE b/NOTICE
index 8d18abb2a0f..b59b5575a34 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Kafka
-Copyright 2026 The Apache Software Foundation.
+Copyright 2025 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
diff --git a/gradle.properties b/gradle.properties
index 7b2dfe534be..6f8b52ac7f1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,7 +22,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.2
+version=4.0.2-SNAPSHOT
scalaVersion=2.13.15
# Adding swaggerVersion in gradle.properties to have a single version in place
for swagger
swaggerVersion=2.2.25
diff --git a/streams/quickstart/java/pom.xml b/streams/quickstart/java/pom.xml
index c1b1079b45f..db7df1d8a16 100644
--- a/streams/quickstart/java/pom.xml
+++ b/streams/quickstart/java/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
- <version>4.0.2</version>
+ <version>4.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git
a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
index 54c61a03629..0437e8f358c 100644
--- a/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
+++ b/streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
@@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <kafka.version>4.0.2</kafka.version>
+ <kafka.version>4.0.2-SNAPSHOT</kafka.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>
diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml
index 04fd6a171b0..04d7d4279c5 100644
--- a/streams/quickstart/pom.xml
+++ b/streams/quickstart/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<packaging>pom</packaging>
- <version>4.0.2</version>
+ <version>4.0.2-SNAPSHOT</version>
<name>Kafka Streams :: Quickstart</name>
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index b410be77317..bc080e44932 100644
--- a/tests/kafkatest/__init__.py
+++ b/tests/kafkatest/__init__.py
@@ -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.2'
+__version__ = '4.0.2-SNAPSHOT'