Skip to content

Commit 3d13c0d

Browse files
committed
[maven-release-plugin] prepare release 0.7.0
1 parent faeacb4 commit 3d13c0d

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-deployment</artifactId>
1010
<name>Quarkus - Openapi Generator - Deployment</name>

integration-tests/example-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>0.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/generation-input/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
66
<groupId>io.quarkiverse.openapi.generator</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-generation-input</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Generation Input</name>

integration-tests/generation-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-generation-tests</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Generation Tests</name>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests</name>

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.quarkiverse.openapi.generator</groupId>
1010
<artifactId>quarkus-openapi-generator-parent</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
11+
<version>0.7.0</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - Openapi Generator - Parent</name>
1414
<modules>
@@ -113,4 +113,8 @@
113113
</modules>
114114
</profile>
115115
</profiles>
116+
117+
<scm>
118+
<tag>0.7.0</tag>
119+
</scm>
116120
</project>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.openapi.generator</groupId>
66
<artifactId>quarkus-openapi-generator-parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator</artifactId>
1010
<name>Quarkus - Openapi Generator - Runtime</name>

test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>quarkus-openapi-generator-parent</artifactId>
66
<groupId>io.quarkiverse.openapi.generator</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-test-utils</artifactId>
1010
<name>Quarkus - Openapi Generator - Test Utils</name>

0 commit comments

Comments
 (0)