Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 22, 2023
1 parent f6c606c commit 78d32ae
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployment-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-quinoa-deployment-testing</artifactId>
<name>Quarkus - Quinoa - Deployment - Testing</name>
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.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-quinoa-deployment</artifactId>
<name>Quarkus - Quinoa - Deployment</name>
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.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>quarkus-quinoa-docs</artifactId>
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.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-quinoa-integration-tests</artifactId>
<name>Quarkus - Quinoa - Integration Tests</name>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Quarkus - Quinoa - Parent</name>
<modules>
Expand Down Expand Up @@ -78,4 +78,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>2.0.0</tag>
</scm>
</project>
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.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-quinoa</artifactId>
<name>Quarkus - Quinoa - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.quinoa</groupId>
<artifactId>quarkus-quinoa-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>quarkus-quinoa-testing</artifactId>
<name>Quarkus - Quinoa - Testing</name>
Expand Down

0 comments on commit 78d32ae

Please sign in to comment.