Skip to content

Commit 820bef6

Browse files
Bump Confluent to 8.1.0-0, Kafka to 8.1.0-0
1 parent 0a87f6c commit 820bef6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kafka-mqtt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.confluent.kafka-mqtt-images</groupId>
2525
<artifactId>kafka-mqtt-images-parent</artifactId>
26-
<version>8.0.0-0</version>
26+
<version>8.1.0-0</version>
2727
</parent>
2828

2929
<groupId>io.confluent.kafka-mqtt-images</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
<parent>
2323
<groupId>io.confluent</groupId>
2424
<artifactId>common-docker</artifactId>
25-
<version>[8.0.0-0, 8.0.1-0)</version>
25+
<version>[8.1.0-0, 8.1.1-0)</version>
2626
</parent>
2727

2828
<groupId>io.confluent.kafka-mqtt-images</groupId>
2929
<artifactId>kafka-mqtt-images-parent</artifactId>
3030
<packaging>pom</packaging>
3131
<name>Kafka MQTT Docker Images</name>
3232
<description>Build files for Confluent's Kafka MQTT Docker images</description>
33-
<version>8.0.0-0</version>
33+
<version>8.1.0-0</version>
3434

3535
<modules>
3636
<module>kafka-mqtt</module>
3737
</modules>
3838

3939
<properties>
4040
<component.name>kafka-mqtt</component.name>
41-
<io.confluent.kafka-mqtt-images.version>8.0.0-0</io.confluent.kafka-mqtt-images.version>
41+
<io.confluent.kafka-mqtt-images.version>8.1.0-0</io.confluent.kafka-mqtt-images.version>
4242
</properties>
4343
</project>

0 commit comments

Comments
 (0)