Skip to content

Commit

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

<artifactId>rest-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>rest-utils-parent</artifactId>
<groupId>io.confluent</groupId>
<version>7.1.15-0</version>
<version>7.1.16-0</version>
</parent>

<artifactId>rest-utils-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>rest-utils-parent</artifactId>
<version>7.1.15-0</version>
<version>7.1.16-0</version>
</parent>

<artifactId>rest-utils-package</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common</artifactId>
<version>[7.1.15-0, 7.1.16-0)</version>
<version>[7.1.16-0, 7.1.17-0)</version>
</parent>

<artifactId>rest-utils-parent</artifactId>
<packaging>pom</packaging>
<name>rest-utils-parent</name>
<version>7.1.15-0</version>
<version>7.1.16-0</version>
<organization>
<name>Confluent, Inc.</name>
<url>https://confluent.io</url>
Expand Down Expand Up @@ -54,7 +54,7 @@
<jersey.version>2.36</jersey.version>
<asynchttpclient.version>2.2.0</asynchttpclient.version>
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
<io.confluent.rest-utils.version>7.1.15-0</io.confluent.rest-utils.version>
<io.confluent.rest-utils.version>7.1.16-0</io.confluent.rest-utils.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>rest-utils-parent</artifactId>
<version>7.1.15-0</version>
<version>7.1.16-0</version>
</parent>

<artifactId>rest-utils-test</artifactId>
Expand Down

0 comments on commit d739679

Please sign in to comment.