MINOR: Update 3.2 branch version to 3.2.4-SNAPSHOT

This commit is contained in:
Tom Bentley 2022-09-17 07:37:01 +01:00
parent 50029d3ed8
commit 7792f45487
7 changed files with 7 additions and 7 deletions

View File

@ -19,6 +19,6 @@ limitations under the License.
var context={
"version": "32",
"dotVersion": "3.2",
"fullDotVersion": "3.2.3-SNAPSHOT",
"fullDotVersion": "3.2.4-SNAPSHOT",
"scalaVersion": "2.13"
};

View File

@ -20,7 +20,7 @@ group=org.apache.kafka
# - tests/kafkatest/__init__.py
# - tests/kafkatest/version.py (variable DEV_VERSION)
# - kafka-merge-pr.py
version=3.2.3
version=3.2.4-SNAPSHOT
scalaVersion=2.13.8
task=build
org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC

View File

@ -70,7 +70,7 @@ TEMP_BRANCH_PREFIX = "PR_TOOL"
DEV_BRANCH_NAME = "trunk"
DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "3.2.3-SNAPSHOT")
DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "3.2.4-SNAPSHOT")
ORIGINAL_HEAD = ""

View File

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

View File

@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>3.2.3</kafka.version>
<kafka.version>3.2.4-SNAPSHOT</kafka.version>
<slf4j.version>1.7.7</slf4j.version>
<log4j.version>1.2.17</log4j.version>
</properties>

View File

@ -22,7 +22,7 @@
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<packaging>pom</packaging>
<version>3.2.3</version>
<version>3.2.4-SNAPSHOT</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__ = '3.2.3'
__version__ = '3.2.4.dev0'