Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 1, 2024
1 parent 9d33543 commit 6a01cf4
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-api</artifactId>
<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-bom-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-bom</artifactId>
<packaging>pom</packaging>
<properties>
<quarkus-kafka-streams-processor.version>2.0.0-SNAPSHOT</quarkus-kafka-streams-processor.version>
<quarkus-kafka-streams-processor.version>2.0.1</quarkus-kafka-streams-processor.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-bom-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-bom-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-test-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-deployment</artifactId>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-impl</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/json-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/kafka-to-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/multioutput/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/protobuf-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/stateful/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-integration-tests</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>
<modules>
<module>bom</module>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-kafka-streams-processor.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-kafka-streams-processor.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-kafka-streams-processor</url>
<tag>HEAD</tag>
<tag>2.0.1</tag>
</scm>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor</artifactId>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-spi</artifactId>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-test-framework</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion text-map-accessors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<artifactId>quarkus-kafka-streams-processor-text-map-accessors</artifactId>

Expand Down

0 comments on commit 6a01cf4

Please sign in to comment.