MINOR: Update 3.2 branch to 3.2.2-SNAPSHOT

This commit is contained in:
David Arthur 2022-07-28 16:42:46 -04:00
parent b172a0a94f
commit 89b2bf257b
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@
<groupId>org.apache.kafka</groupId> <groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId> <artifactId>streams-quickstart</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>3.2.1</version> <version>3.2.2</version>
<name>Kafka Streams :: Quickstart</name> <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" # 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" # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0"
__version__ = '3.2.1' __version__ = '3.2.2'