mirror of https://github.com/apache/kafka.git
This patch fixes the version used in the `4.0` branch. It should be `4.0.1` instead of `4.1.0`. Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
5015183c1c
commit
9aad1849e2
|
@ -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.0-SNAPSHOT
|
||||
version=4.0.1-SNAPSHOT
|
||||
scalaVersion=2.13.15
|
||||
# Adding swaggerVersion in gradle.properties to have a single version in place for swagger
|
||||
swaggerVersion=2.2.25
|
||||
|
|
Loading…
Reference in New Issue