Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 20, 2022
1 parent d42f483 commit 258bc31
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
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.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<artifactId>quarkus-openapi-generator-deployment</artifactId>
<name>Quarkus - Openapi Generator - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<groupId>io.quarkiverse.openapi.generator</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/generation-input/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<groupId>io.quarkiverse.openapi.generator</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<artifactId>quarkus-openapi-generator-it-generation-input</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Generation Input</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/generation-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<artifactId>quarkus-openapi-generator-it-generation-tests</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Generation Tests</name>
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.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<groupId>io.quarkiverse.openapi.generator</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
<packaging>pom</packaging>
<name>Quarkus - Openapi Generator - Parent</name>
<modules>
Expand Down Expand Up @@ -113,4 +113,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>0.12.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.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<artifactId>quarkus-openapi-generator</artifactId>
<name>Quarkus - Openapi Generator - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-openapi-generator-parent</artifactId>
<groupId>io.quarkiverse.openapi.generator</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>
<artifactId>quarkus-openapi-generator-test-utils</artifactId>
<name>Quarkus - Openapi Generator - Test Utils</name>
Expand Down

0 comments on commit 258bc31

Please sign in to comment.