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

lianetm pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.1 by this push:
     new 14f94c75adf Revert "Bump version to 4.1.1"
14f94c75adf is described below

commit 14f94c75adfb2d5898a53ac0dabed87703c225ff
Author: Lianet Magrans <[email protected]>
AuthorDate: Sun Oct 26 11:53:34 2025 -0400

    Revert "Bump version to 4.1.1"
    
    This reverts commit b5b09d76de58713fb3f9d88fc7e9bcd46b594bce.
---
 docs/js/templateData.js                                                | 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/docs/js/templateData.js b/docs/js/templateData.js
index d63a81b503c..7c793717984 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
 var context={
     "version": "41",
     "dotVersion": "4.1",
-    "fullDotVersion": "4.1.1",
+    "fullDotVersion": "4.1.1-SNAPSHOT",
     "scalaVersion": "2.13"
 };
diff --git a/gradle.properties b/gradle.properties
index 005a86fa634..9ec5bd79799 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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.1.1
+version=4.1.1-SNAPSHOT
 scalaVersion=2.13.16
 # 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 fc1aad5ee42..b8e1b21c684 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.1.1</version>
+        <version>4.1.1-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 4cab1223a71..06080ee90e2 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.1.1</kafka.version>
+        <kafka.version>4.1.1-SNAPSHOT</kafka.version>
         <slf4j.version>2.0.16</slf4j.version>
     </properties>
 
diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml
index eef0727480e..1707352a087 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.1.1</version>
+    <version>4.1.1-SNAPSHOT</version>
 
     <name>Kafka Streams :: Quickstart</name>
 
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 9484aec27d7..9457c4a6322 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.1.1'
+__version__ = '4.1.1.dev0'

Reply via email to