Skip to content

Commit

Permalink
chore: Set project version and resolve dependencies. 7.2.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Jul 30, 2022
1 parent c5c6197 commit 52fc626
Show file tree
Hide file tree
Showing 28 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion ksqldb-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-api-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-api-reactive-streams-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-api-reactive-streams-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ questions.
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

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

<artifactId>ksqldb-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-console-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<groupId>io.confluent.ksql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>ksqldb-parent</artifactId>
<groupId>io.confluent.ksql</groupId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-engine-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

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

<artifactId>ksqldb-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-etc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<groupId>io.confluent.ksql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-execution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksqldb-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

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

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

<artifactId>ksqldb-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-rest-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-rest-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-rest-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-rest-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-rocksdb-config-setter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-rocksdb-config-setter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-serde</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-streams</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>ksqldb-parent</artifactId>
<groupId>io.confluent.ksql</groupId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksqldb-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-udf-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-udf-quickstart</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ksqldb-udf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-udf</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>

<dependencies>
<!-- Required for running tests -->
Expand Down
2 changes: 1 addition & 1 deletion ksqldb-version-metrics-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<version>7.2.2-0</version>
<version>7.2.2-3</version>
</parent>

<artifactId>ksqldb-version-metrics-client</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common</artifactId>
<version>[7.2.2-0, 7.2.3-0)</version>
<version>7.2.2-2</version>
</parent>

<groupId>io.confluent.ksql</groupId>
<artifactId>ksqldb-parent</artifactId>
<packaging>pom</packaging>
<name>ksqldb-parent</name>
<version>7.2.2-0</version>
<version>7.2.2-3</version>

<licenses>
<license>
Expand Down Expand Up @@ -143,8 +143,8 @@
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
<scala.version>2.13.2</scala.version>
<apache.io.version>2.7</apache.io.version>
<io.confluent.ksql.version>7.2.2-0</io.confluent.ksql.version>
<io.confluent.schema-registry.version>${confluent.version.range}</io.confluent.schema-registry.version>
<io.confluent.ksql.version>7.2.2-3</io.confluent.ksql.version>
<io.confluent.schema-registry.version>7.2.2-2</io.confluent.schema-registry.version>
<netty-tcnative-version>2.0.46.Final</netty-tcnative-version>
<!-- We normally get this from common, but Vertx is built against this -->
<!-- Note: `netty` depends on `tcnative` and if we bump `netty`
Expand Down

0 comments on commit 52fc626

Please sign in to comment.