Skip to content

Commit 6200768

Browse files
committed
[maven-release-plugin] prepare release 2.3.0
1 parent 6aef00f commit 6200768

File tree

30 files changed

+32
-33
lines changed

30 files changed

+32
-33
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>3.0.0-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-deployment</artifactId>
1010
<name>Quarkus - Openapi Generator - Deployment</name>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.openapi.generator</groupId>
77
<artifactId>quarkus-openapi-generator-parent</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>quarkus-openapi-generator-docs</artifactId>

integration-tests/additional-properties/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>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/array-enum/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>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/beanparam/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>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/change-directory/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>3.0.0-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-change-directory</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Change directory</name>

integration-tests/circuit-breaker/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>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/config-key/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>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/cookie-authentication/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<parent>
54
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
65
<groupId>io.quarkiverse.openapi.generator</groupId>
7-
<version>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

integration-tests/custom-templates/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>3.0.0-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)