We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ac5bd commit 6172968Copy full SHA for 6172968
pom.xml
@@ -8,7 +8,7 @@
8
<groupId>io.strimzi</groupId>
9
<artifactId>strimzi-test-container</artifactId>
10
<packaging>jar</packaging>
11
- <version>0.110.0-SNAPSHOT</version>
+ <version>0.110.0-rc1</version>
12
13
<licenses>
14
<license>
src/main/resources/kafka_versions.json
@@ -1,6 +1,6 @@
1
{
2
"kafkaVersions": {
3
- "3.9.0": "quay.io/strimzi-test-container/test-container:latest-kafka-3.9.0",
4
- "4.0.0": "quay.io/strimzi-test-container/test-container:latest-kafka-4.0.0"
+ "3.9.0": "quay.io/strimzi-test-container/test-container:0.110.0-rc1-kafka-3.9.0",
+ "4.0.0": "quay.io/strimzi-test-container/test-container:0.110.0-rc1-kafka-4.0.0"
5
}
6
0 commit comments