Skip to content

Commit

Permalink
Bump Confluent to 6.1.15-0, Kafka to 6.1.15-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Nov 10, 2023
1 parent fdfcac0 commit 3c4e934
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion assembly-plugin-boilerplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
<groupId>io.confluent</groupId>
<artifactId>assembly-plugin-boilerplate</artifactId>
<packaging>pom</packaging>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
<name>${project.artifactId}</name>
<description>Maven Assembly Plugin boilerplate for Dockerized projects</description>
<url>https://github.com/confluentinc/common</url>
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.confluent</groupId>
<artifactId>build-tools</artifactId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
<name>Build Tools</name>
<url>https://github.com/confluentinc/common</url>

Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<artifactId>common-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log4j-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion log4j2-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<artifactId>common-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common-parent</artifactId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<artifactId>common-package</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<artifactId>common</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>io.confluent</groupId>
<artifactId>common-parent</artifactId>
<packaging>pom</packaging>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
<name>common</name>
<organization>
<name>Confluent, Inc.</name>
Expand All @@ -48,8 +48,8 @@
<argLine></argLine>
<avro.version>1.11.3</avro.version>
<required.maven.version>3.2</required.maven.version>
<kafka.version>[6.1.14-0-ccs, 6.1.15-0-ccs)</kafka.version>
<ce.kafka.version>[6.1.14-0-ce, 6.1.15-0-ce)</ce.kafka.version>
<kafka.version>[6.1.15-0-ccs, 6.1.16-0-ccs)</kafka.version>
<ce.kafka.version>[6.1.15-0-ce, 6.1.16-0-ce)</ce.kafka.version>
<easymock.version>4.0.1</easymock.version>
<!-- keep exec-maven-plugin on 1.5.0 until https://github.com/mojohaus/exec-maven-plugin/issues/76 is fixed
running our LicenseFinder plugin in create-licenses-for-docker breaks when upgrading to 1.6.0 -->
Expand Down Expand Up @@ -128,7 +128,7 @@
<!-- Pull the latest base image or use a local image. -->
<docker.pull-image>false</docker.pull-image>
<dependency.check.skip>true</dependency.check.skip>
<io.confluent.common.version>6.1.14-0</io.confluent.common.version>
<io.confluent.common.version>6.1.15-0</io.confluent.common.version>
<!-- This is a version of the pom file that we install and deploy because
the kafka and ce-kafka version ranges are resolved.
-->
Expand All @@ -138,7 +138,7 @@
resolving the version of ccs and ce kafka. This property should
never be used any where else.
-->
<confluent.version.range>[6.1.14-0, 6.1.15-0)</confluent.version.range>
<confluent.version.range>[6.1.15-0, 6.1.16-0)</confluent.version.range>
<!-- This is the version range used by resolver-maven-plugin to resolve the
version of ccs and ce-kafka. This allowed this property to be overridden
through cmd lines.
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.1.14-0</version>
<version>6.1.15-0</version>
</parent>

<properties>
Expand Down

0 comments on commit 3c4e934

Please sign in to comment.