Skip to content

Commit

Permalink
Bump Confluent to 6.0.16-SNAPSHOT, Kafka to 6.0.16-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Oct 4, 2023
1 parent b00cff2 commit 8520d1d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assembly-plugin-boilerplate/pom.xml
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.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</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
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.confluent</groupId>
<artifactId>build-tools</artifactId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
<name>Build Tools</name>
<url>https://github.com/confluentinc/common</url>

Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<artifactId>common-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log4j-extensions/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion log4j2-extensions/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<artifactId>common-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion package/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common-parent</artifactId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<artifactId>common-package</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<artifactId>common</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<groupId>io.confluent</groupId>
<artifactId>common-parent</artifactId>
<packaging>pom</packaging>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
<name>common</name>
<organization>
<name>Confluent, Inc.</name>
Expand All @@ -47,9 +47,9 @@
<argLine></argLine>
<avro.version>1.9.2</avro.version>
<required.maven.version>3.2</required.maven.version>
<confluent.version>6.0.15-SNAPSHOT</confluent.version>
<kafka.version>6.0.15-ccs-SNAPSHOT</kafka.version>
<ce.kafka.version>6.0.15-ce-SNAPSHOT</ce.kafka.version>
<confluent.version>6.0.16-SNAPSHOT</confluent.version>
<kafka.version>6.0.16-ccs-SNAPSHOT</kafka.version>
<ce.kafka.version>6.0.16-ce-SNAPSHOT</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
2 changes: 1 addition & 1 deletion utils/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>common-parent</artifactId>
<groupId>io.confluent</groupId>
<version>6.0.15-SNAPSHOT</version>
<version>6.0.16-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 8520d1d

Please sign in to comment.