diff --git a/admin/pom.xml b/admin/pom.xml
index aaaacd5..4735403 100644
--- a/admin/pom.xml
+++ b/admin/pom.xml
@@ -6,7 +6,7 @@
io.strimzi
test-clients
- 0.9.0-SNAPSHOT
+ 0.10.0
admin
diff --git a/clients-common/pom.xml b/clients-common/pom.xml
index eae7642..c22eb39 100644
--- a/clients-common/pom.xml
+++ b/clients-common/pom.xml
@@ -6,7 +6,7 @@
io.strimzi
test-clients
- 0.9.0-SNAPSHOT
+ 0.10.0
clients-common
diff --git a/clients.version b/clients.version
index 1f670fd..2774f85 100644
--- a/clients.version
+++ b/clients.version
@@ -1 +1 @@
-0.9.0-SNAPSHOT
\ No newline at end of file
+0.10.0
\ No newline at end of file
diff --git a/clients/pom.xml b/clients/pom.xml
index 09b19b1..c49043d 100644
--- a/clients/pom.xml
+++ b/clients/pom.xml
@@ -6,7 +6,7 @@
io.strimzi
test-clients
- 0.9.0-SNAPSHOT
+ 0.10.0
clients
diff --git a/examples/admin/admin-client.yaml b/examples/admin/admin-client.yaml
index dafde40..81321b2 100644
--- a/examples/admin/admin-client.yaml
+++ b/examples/admin/admin-client.yaml
@@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: admin
- image: quay.io/strimzi-test-clients/test-clients:latest-kafka-3.9.0
+ image: quay.io/strimzi-test-clients/test-clients:0.10.0-kafka-3.9.0
command: [ "sleep" ]
args: [ "infinity" ]
\ No newline at end of file
diff --git a/examples/http/http-consumer.yaml b/examples/http/http-consumer.yaml
index f9cc73a..5ed8132 100644
--- a/examples/http/http-consumer.yaml
+++ b/examples/http/http-consumer.yaml
@@ -36,7 +36,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: HttpConsumer
- image: quay.io/strimzi-test-clients/test-clients:latest-kafka-3.9.0
+ image: quay.io/strimzi-test-clients/test-clients:0.10.0-kafka-3.9.0
imagePullPolicy: IfNotPresent
name: http-consumer
restartPolicy: "Never"
\ No newline at end of file
diff --git a/examples/http/http-producer.yaml b/examples/http/http-producer.yaml
index ef5f38c..2f9d6ac 100644
--- a/examples/http/http-producer.yaml
+++ b/examples/http/http-producer.yaml
@@ -34,7 +34,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: HttpProducer
- image: quay.io/strimzi-test-clients/test-clients:latest-kafka-3.9.0
+ image: quay.io/strimzi-test-clients/test-clients:0.10.0-kafka-3.9.0
imagePullPolicy: IfNotPresent
name: http-producer
restartPolicy: "Never"
\ No newline at end of file
diff --git a/examples/kafka/kafka-consumer.yaml b/examples/kafka/kafka-consumer.yaml
index ae8050f..c50723a 100644
--- a/examples/kafka/kafka-consumer.yaml
+++ b/examples/kafka/kafka-consumer.yaml
@@ -32,7 +32,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: KafkaConsumer
- image: quay.io/strimzi-test-clients/test-clients:latest-kafka-3.9.0
+ image: quay.io/strimzi-test-clients/test-clients:0.10.0-kafka-3.9.0
imagePullPolicy: IfNotPresent
name: kafka-consumer-client
restartPolicy: "Never"
\ No newline at end of file
diff --git a/examples/kafka/kafka-producer.yaml b/examples/kafka/kafka-producer.yaml
index f23de56..7374ef2 100644
--- a/examples/kafka/kafka-producer.yaml
+++ b/examples/kafka/kafka-producer.yaml
@@ -36,7 +36,7 @@ spec:
value: DEBUG
- name: CLIENT_TYPE
value: KafkaProducer
- image: quay.io/strimzi-test-clients/test-clients:latest-kafka-3.9.0
+ image: quay.io/strimzi-test-clients/test-clients:0.10.0-kafka-3.9.0
imagePullPolicy: IfNotPresent
name: kafka-producer-client
restartPolicy: "Never"
\ No newline at end of file
diff --git a/examples/kafka/kafka-streams.yaml b/examples/kafka/kafka-streams.yaml
index 9919207..a75bdce 100644
--- a/examples/kafka/kafka-streams.yaml
+++ b/examples/kafka/kafka-streams.yaml
@@ -30,7 +30,7 @@ spec:
value: my-topic-reversed
- name: CLIENT_TYPE
value: KafkaStreams
- image: quay.io/strimzi-test-clients/test-clients:latest-kafka-3.9.0
+ image: quay.io/strimzi-test-clients/test-clients:0.10.0-kafka-3.9.0
imagePullPolicy: IfNotPresent
name: kafka-streams-client
restartPolicy: "Never"
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ffbca6f..be98b30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.strimzi
test-clients
pom
- 0.9.0-SNAPSHOT
+ 0.10.0
tracing
diff --git a/tracing/pom.xml b/tracing/pom.xml
index d7c21df..0fd5314 100644
--- a/tracing/pom.xml
+++ b/tracing/pom.xml
@@ -7,7 +7,7 @@
io.strimzi
test-clients
- 0.9.0-SNAPSHOT
+ 0.10.0
test-client-tracing