Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed May 4, 2022
1 parent abacabf commit 5738413
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 18 deletions.
6 changes: 2 additions & 4 deletions parallel-consumer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
Copyright (C) 2020-2022 Confluent, Inc.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<version>0.5.0.0-SNAPSHOT</version>
<version>0.5.0.0</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.0.0-SNAPSHOT</version>
<version>0.5.0.0</version>
</parent>

<artifactId>parallel-consumer-example-core</artifactId>
Expand Down Expand Up @@ -47,4 +47,8 @@
<!-- end::exampleRepo[] -->
</repositories>


<scm>
<tag>0.5.0.0</tag>
</scm>
</project>
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.0.0-SNAPSHOT</version>
<version>0.5.0.0</version>
</parent>

<artifactId>parallel-consumer-example-reactor</artifactId>
Expand Down Expand Up @@ -54,4 +54,8 @@
</dependency>
</dependencies>


<scm>
<tag>0.5.0.0</tag>
</scm>
</project>
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.0.0-SNAPSHOT</version>
<version>0.5.0.0</version>
</parent>

<artifactId>parallel-consumer-example-streams</artifactId>
Expand Down Expand Up @@ -68,4 +68,8 @@
</dependency>
</dependencies>


<scm>
<tag>0.5.0.0</tag>
</scm>
</project>
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.0.0-SNAPSHOT</version>
<version>0.5.0.0</version>
</parent>

<artifactId>parallel-consumer-example-vertx</artifactId>
Expand Down Expand Up @@ -54,4 +54,8 @@
</dependency>
</dependencies>


<scm>
<tag>0.5.0.0</tag>
</scm>
</project>
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.0.0-SNAPSHOT</version>
<version>0.5.0.0</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.0.0-SNAPSHOT</version>
<version>0.5.0.0</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.0.0-SNAPSHOT</version>
<version>0.5.0.0</version>
</parent>

<artifactId>parallel-consumer-vertx</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
Copyright (C) 2020-2022 Confluent, Inc.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-parent</artifactId>
<name>Confluent Parallel Consumer</name>
<version>0.5.0.0-SNAPSHOT</version>
<version>0.5.0.0</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 @@ -56,7 +55,8 @@
<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>
</scm>
<tag>0.5.0.0</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -688,9 +688,9 @@
<exclude>com.github.javafaker</exclude>
</excludes>
</bannedDependencies>
<reactorModuleConvergence/>
<banDuplicatePomDependencyVersions/>
<requireSameVersions/>
<reactorModuleConvergence />
<banDuplicatePomDependencyVersions />
<requireSameVersions />
<requireReleaseDeps>
<onlyWhenRelease>false</onlyWhenRelease>
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
Expand Down

0 comments on commit 5738413

Please sign in to comment.