mirror of https://github.com/apache/kafka.git
Bump version to 4.1.0
This commit is contained in:
parent
b0ff9ba161
commit
57e81f2010
|
@ -23,7 +23,7 @@ group=org.apache.kafka
|
||||||
# - streams/quickstart/pom.xml
|
# - streams/quickstart/pom.xml
|
||||||
# - streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
|
# - streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
|
||||||
# - streams/quickstart/java/pom.xml
|
# - streams/quickstart/java/pom.xml
|
||||||
version=4.1.0-SNAPSHOT
|
version=4.1.0
|
||||||
scalaVersion=2.13.16
|
scalaVersion=2.13.16
|
||||||
# Adding swaggerVersion in gradle.properties to have a single version in place for swagger
|
# Adding swaggerVersion in gradle.properties to have a single version in place for swagger
|
||||||
swaggerVersion=2.2.25
|
swaggerVersion=2.2.25
|
||||||
|
|
|
@ -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>4.1.0-SNAPSHOT</version>
|
<version>4.1.0</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<kafka.version>4.1.0-SNAPSHOT</kafka.version>
|
<kafka.version>4.1.0</kafka.version>
|
||||||
<slf4j.version>2.0.16</slf4j.version>
|
<slf4j.version>2.0.16</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -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>4.1.0-SNAPSHOT</version>
|
<version>4.1.0</version>
|
||||||
|
|
||||||
<name>Kafka Streams :: Quickstart</name>
|
<name>Kafka Streams :: Quickstart</name>
|
||||||
|
|
||||||
|
|
|
@ -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__ = '4.1.0.dev0'
|
__version__ = '4.1.0'
|
||||||
|
|
Loading…
Reference in New Issue