MINOR: Fix version in 4.0 branch (#19686)
CI / build (push) Waiting to run Details

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:
David Jacot 2025-05-12 20:17:30 +02:00 committed by GitHub
parent 5015183c1c
commit 9aad1849e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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=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