Skip to content

Commit

Permalink
chore: Set project version and resolve dependencies. 7.1.0-601
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Nov 9, 2021
1 parent 661ce91 commit 790ab12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kafka-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>kafka-rest-parent</artifactId>
<version>7.1.0-0</version>
<version>7.1.0-601</version>
</parent>

<artifactId>kafka-rest</artifactId>
Expand All @@ -20,7 +20,7 @@
</description>

<properties>
<io.confluent.schema-registry.version>${confluent.version.range}</io.confluent.schema-registry.version>
<io.confluent.schema-registry.version>7.1.0-638</io.confluent.schema-registry.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>rest-utils-parent</artifactId>
<version>[7.1.0-0, 7.1.1-0)</version>
<version>7.1.0-610</version>
</parent>

<artifactId>kafka-rest-parent</artifactId>
<packaging>pom</packaging>
<name>kafka-rest-parent</name>
<version>7.1.0-0</version>
<version>7.1.0-601</version>
<organization>
<name>Confluent, Inc.</name>
<url>http://confluent.io</url>
Expand Down Expand Up @@ -46,7 +46,7 @@

<properties>
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
<io.confluent.kafka-rest.version>7.1.0-0</io.confluent.kafka-rest.version>
<io.confluent.kafka-rest.version>7.1.0-601</io.confluent.kafka-rest.version>
</properties>

<repositories>
Expand Down

0 comments on commit 790ab12

Please sign in to comment.