Skip to content

Commit 3ae74d7

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fe2e29c commit 3ae74d7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-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>0.1.0</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-deployment</artifactId>
1010
<name>Quarkus - Openapi Generator - Deployment</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>0.1.0</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests</name>

pom.xml

Lines changed: 1 addition & 5 deletions
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>0.1.0</version>
11+
<version>1.0.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - Openapi Generator - Parent</name>
1414
<modules>
@@ -67,8 +67,4 @@
6767
</modules>
6868
</profile>
6969
</profiles>
70-
71-
<scm>
72-
<tag>0.1.0</tag>
73-
</scm>
7470
</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>0.1.0</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator</artifactId>
1010
<name>Quarkus - Openapi Generator - Runtime</name>

0 commit comments

Comments
 (0)