Skip to content

Commit

Permalink
Bump Confluent to 7.8.1-0, Kafka to 7.8.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Dec 5, 2024
1 parent cc7ff49 commit 71d5908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kafka-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent.kafka-rest-images</groupId>
<artifactId>kafka-rest-images-parent</artifactId>
<version>7.8.0-0</version>
<version>7.8.1-0</version>
</parent>

<groupId>io.confluent.kafka-rest-images</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common-docker</artifactId>
<version>[7.8.0-0, 7.8.1-0)</version>
<version>[7.8.1-0, 7.8.2-0)</version>
</parent>

<groupId>io.confluent.kafka-rest-images</groupId>
<artifactId>kafka-rest-images-parent</artifactId>
<packaging>pom</packaging>
<name>Kafka REST Docker Images</name>
<description>Build files for Confluent's Kafka REST Docker images</description>
<version>7.8.0-0</version>
<version>7.8.1-0</version>

<modules>
<module>kafka-rest</module>
</modules>

<properties>
<component.name>kafka-rest</component.name>
<io.confluent.kafka-rest-images.version>7.8.0-0</io.confluent.kafka-rest-images.version>
<io.confluent.kafka-rest-images.version>7.8.1-0</io.confluent.kafka-rest-images.version>
</properties>
</project>

0 comments on commit 71d5908

Please sign in to comment.