Skip to content

Commit 0e771ef

Browse files
committed
[maven-release-plugin] prepare release 0.4.0
1 parent fec74a3 commit 0e771ef

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.4.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-deployment</artifactId>
1010
<name>Quarkus - Openapi Generator - Deployment</name>

generation-input/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>quarkus-openapi-generator-parent</artifactId>
86
<groupId>io.quarkiverse.openapi.generator</groupId>
9-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
108
</parent>
119
<artifactId>quarkus-openapi-generator-generation-input</artifactId>
1210
<name>Quarkus - Openapi Generator - Generation-input</name>

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-parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-generation-tests</artifactId>
1010
<name>Quarkus - Openapi Generator - 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.4.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.4.0</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - Openapi Generator - Parent</name>
1414
<modules>
@@ -108,4 +108,8 @@
108108
</modules>
109109
</profile>
110110
</profiles>
111+
112+
<scm>
113+
<tag>0.4.0</tag>
114+
</scm>
111115
</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.4.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator</artifactId>
1010
<name>Quarkus - Openapi Generator - Runtime</name>

test-utils/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>quarkus-openapi-generator-parent</artifactId>
86
<groupId>io.quarkiverse.openapi.generator</groupId>
9-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
108
</parent>
119
<artifactId>quarkus-openapi-generator-test-utils</artifactId>
1210
<name>Quarkus - Openapi Generator - Test Utils</name>

0 commit comments

Comments
 (0)