Skip to content

Commit

Permalink
chore: Set build tag to 3.9.0 stable (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton authored Dec 19, 2024
1 parent 4219df1 commit 4eb571f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codegen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Note: the kafka-clients dependency of the Java tester also needs updating when
# this is bumped (in java_tester/build.gradle).
build_tag: Final = "3.9.0-rc5"
build_tag: Final = "3.9.0"
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kio
services:
kafka:
image: apache/kafka:3.9.0-rc5
image: apache/kafka:3.9.0
hostname: broker
container_name: broker
ports:
Expand Down
6 changes: 3 additions & 3 deletions java_tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ java {
repositories {
mavenCentral()
// This allows installing release candidates.
maven {
url = uri("https://repository.apache.org/content/groups/staging/")
}
// maven {
// url = uri("https://repository.apache.org/content/groups/staging/")
// }
}

dependencies {
Expand Down

0 comments on commit 4eb571f

Please sign in to comment.