Skip to content

Commit cc23a70

Browse files
committed
[maven-release-plugin] prepare release 0.5.0
1 parent 1bc3006 commit cc23a70

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
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.5.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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
75
<groupId>io.quarkiverse.openapi.generator</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.5.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.5.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.5.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.5.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.5.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.5.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.5.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)