Bump version to 3.7.2

This commit is contained in:
Matthias J. Sax 2024-12-04 10:50:28 -08:00
parent 36f5fe83a0
commit 79a8f2b5f4
6 changed files with 6 additions and 6 deletions

View File

@ -19,6 +19,6 @@ limitations under the License.
var context={
"version": "37",
"dotVersion": "3.7",
"fullDotVersion": "3.7.2-SNAPSHOT",
"fullDotVersion": "3.7.2",
"scalaVersion": "2.13"
};

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=3.7.2-SNAPSHOT
version=3.7.2
scalaVersion=2.13.12
# Adding swaggerVersion in gradle.properties to have a single version in place for swagger
# New version of Swagger 2.2.14 requires minimum JDK 11.

View File

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

View File

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

View File

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