Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Aug 16, 2022
1 parent 23e14ca commit 5c10368
Show file tree
Hide file tree
Showing 9 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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</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.2-SNAPSHOT</version>
<version>0.5.2.2</version>
</parent>

<artifactId>parallel-consumer-vertx</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2-SNAPSHOT</version>
<version>0.5.2.2</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 Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:git://github.com:confluentinc/parallel-consumer.git</connection>
<developerConnection>scm:git:[email protected]:confluentinc/parallel-consumer.git</developerConnection>
<url>https://github.com/confluentinc/parallel-consumer.git</url>
<tag>0.5.2.0</tag>
<tag>0.5.2.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 5c10368

Please sign in to comment.