Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 17, 2024
1 parent 3c9df6e commit de2a96a
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
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.asyncapi</groupId>
<artifactId>quarkus-asyncapi-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-docs</artifactId>
<name>Quarkus - AsyncAPI - Documentation</name>
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.asyncapi</groupId>
<artifactId>quarkus-asyncapi-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Quarkus - AsyncAPI Root</name>
<modules>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-asyncapi.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-asyncapi.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-asyncapi</url>
<tag>HEAD</tag>
<tag>1.0.2</tag>
</scm>
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-common</artifactId>
<name>Quarkus - AsyncAPI - Common</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi-scanner/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-scanner-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-scanner-deployment</artifactId>
<name>Quarkus - AsyncAPI Scanner - Deployment</name>
Expand Down
4 changes: 2 additions & 2 deletions quarkus-asyncapi-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-scanner-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Quarkus - AsyncAPI Scanner</name>
<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-scanner-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-scanner-tests</artifactId>
<name>Quarkus - AsyncAPI Scanner - Tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-scanner-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi-scanner/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-scanner-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-scanner</artifactId>
<name>Quarkus - AsyncAPI Scanner - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-deployment</artifactId>
<name>Quarkus - AsyncAPI - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi-tests</artifactId>
<name>Quarkus - AsyncAPI - Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi/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.asyncapi</groupId>
<artifactId>quarkus-asyncapi-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions quarkus-asyncapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Quarkus - AsyncAPI</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-asyncapi/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>quarkus-asyncapi</artifactId>
<name>Quarkus - AsyncAPI - Runtime</name>
Expand Down

0 comments on commit de2a96a

Please sign in to comment.