Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Jul 13, 2021
1 parent f6a4ddc commit eef2c51
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 29 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 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.3.1.0-SNAPSHOT</version>
<version>0.3.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Copyright (C) 2020 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>

<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.3.1.0-SNAPSHOT</version>
<version>0.3.1.0</version>
</parent>

<artifactId>parallel-consumer-example-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Copyright (C) 2020 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>

<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.3.1.0-SNAPSHOT</version>
<version>0.3.1.0</version>
</parent>

<artifactId>parallel-consumer-example-streams</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Copyright (C) 2020 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>

<parent>
<groupId>io.confluent.parallelconsumer</groupId>
<artifactId>parallel-consumer-examples</artifactId>
<version>0.3.1.0-SNAPSHOT</version>
<version>0.3.1.0</version>
</parent>

<artifactId>parallel-consumer-example-vertx</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions parallel-consumer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Copyright (C) 2020 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>

<parent>
<artifactId>parallel-consumer-parent</artifactId>
<groupId>io.confluent.parallelconsumer</groupId>
<version>0.3.1.0-SNAPSHOT</version>
<version>0.3.1.0</version>
</parent>

<artifactId>parallel-consumer-examples</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions parallel-consumer-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
Copyright (C) 2020 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.3.1.0-SNAPSHOT</version>
<version>0.3.1.0</version>
</parent>

<artifactId>parallel-consumer-vertx</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Copyright (C) 2020 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.3.1.0-SNAPSHOT</version>
<version>0.3.1.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>
Expand Down Expand Up @@ -57,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.3.0.1</tag>
<tag>0.3.1.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit eef2c51

Please sign in to comment.