Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rkolesnev committed Aug 3, 2023
1 parent 8815ae1 commit 574f8a7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion parallel-consumer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-example-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-example-metrics</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-example-reactor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-example-streams</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-example-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>parallel-consumer-parent</artifactId>
<groupId>io.confluent.parallelconsumer</groupId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>parallel-consumer-parent</artifactId>
<groupId>io.confluent.parallelconsumer</groupId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion parallel-consumer-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
</parent>

<artifactId>parallel-consumer-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<name>Confluent Parallel Consumer</name>
<version>0.5.2.6-SNAPSHOT</version>
<version>0.5.2.6</version>
<description>Parallel Apache Kafka client wrapper with client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.
</description>
<url>http://confluent.io</url>
Expand Down

0 comments on commit 574f8a7

Please sign in to comment.