Skip to content

Commit 9b1e830

Browse files
committed
[maven-release-plugin] prepare release 2.2.10
1 parent 430c395 commit 9b1e830

File tree

26 files changed

+28
-30
lines changed

26 files changed

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

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.2.10</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.2.10</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.2.10</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.2.10</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.2.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.2.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/enum-property/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.2.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/exclude/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.2.10</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>3.0.0-SNAPSHOT</version>
7+
<version>2.2.10</version>
88
</parent>
99
<artifactId>quarkus-openapi-generator-it-generation-input</artifactId>
1010
<name>Quarkus - Openapi Generator - Integration Tests - Generation Input</name>

0 commit comments

Comments
 (0)