Skip to content

Commit 073723c

Browse files
committed
v7.12.0 release
1 parent 6e9a055 commit 073723c

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

modules/openapi-generator-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.12.0-SNAPSHOT</version>
7+
<version>7.12.0</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

modules/openapi-generator-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>openapi-generator-project</artifactId>
77
<groupId>org.openapitools</groupId>
88
<!-- RELEASE_VERSION -->
9-
<version>7.12.0-SNAPSHOT</version>
9+
<version>7.12.0</version>
1010
<!-- /RELEASE_VERSION -->
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>

modules/openapi-generator-gradle-plugin/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RELEASE_VERSION
2-
openApiGeneratorVersion=7.12.0-SNAPSHOT
2+
openApiGeneratorVersion=7.12.0
33
# /RELEASE_VERSION
44

55
# BEGIN placeholders

modules/openapi-generator-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.12.0-SNAPSHOT</version>
7+
<version>7.12.0</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# RELEASE_VERSION
2-
openApiGeneratorVersion=7.12.0-SNAPSHOT
2+
openApiGeneratorVersion=7.12.0
33
# /RELEASE_VERSION

modules/openapi-generator-maven-plugin/examples/java-client.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.openapitools</groupId>
1414
<artifactId>openapi-generator-maven-plugin</artifactId>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.12.0-SNAPSHOT</version>
16+
<version>7.12.0</version>
1717
<!-- /RELEASE_VERSION -->
1818
<executions>
1919
<execution>

modules/openapi-generator-maven-plugin/examples/kotlin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>org.openapitools</groupId>
1616
<artifactId>openapi-generator-maven-plugin</artifactId>
1717
<!-- RELEASE_VERSION -->
18-
<version>7.12.0-SNAPSHOT</version>
18+
<version>7.12.0</version>
1919
<!-- /RELEASE_VERSION -->
2020
<executions>
2121
<execution>

modules/openapi-generator-maven-plugin/examples/multi-module/java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>org.openapitools</groupId>
2020
<artifactId>openapi-generator-maven-plugin</artifactId>
2121
<!-- RELEASE_VERSION -->
22-
<version>7.12.0-SNAPSHOT</version>
22+
<version>7.12.0</version>
2323
<!-- /RELEASE_VERSION -->
2424
<dependencies>
2525
<dependency>

modules/openapi-generator-maven-plugin/examples/non-java-invalid-spec.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.openapitools</groupId>
1414
<artifactId>openapi-generator-maven-plugin</artifactId>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.12.0-SNAPSHOT</version>
16+
<version>7.12.0</version>
1717
<!-- /RELEASE_VERSION -->
1818
<executions>
1919
<execution>

modules/openapi-generator-maven-plugin/examples/non-java.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.openapitools</groupId>
1414
<artifactId>openapi-generator-maven-plugin</artifactId>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.12.0-SNAPSHOT</version>
16+
<version>7.12.0</version>
1717
<!-- /RELEASE_VERSION -->
1818
<executions>
1919
<execution>

modules/openapi-generator-maven-plugin/examples/spring.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.openapitools</groupId>
2121
<artifactId>openapi-generator-maven-plugin</artifactId>
2222
<!-- RELEASE_VERSION -->
23-
<version>7.12.0-SNAPSHOT</version>
23+
<version>7.12.0</version>
2424
<!-- /RELEASE_VERSION -->
2525
<executions>
2626
<execution>

modules/openapi-generator-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.openapitools</groupId>
66
<artifactId>openapi-generator-project</artifactId>
77
<!-- RELEASE_VERSION -->
8-
<version>7.12.0-SNAPSHOT</version>
8+
<version>7.12.0</version>
99
<!-- /RELEASE_VERSION -->
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>

modules/openapi-generator-online/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.12.0-SNAPSHOT</version>
7+
<version>7.12.0</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

modules/openapi-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.12.0-SNAPSHOT</version>
7+
<version>7.12.0</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<packaging>pom</packaging>
1616
<name>openapi-generator-project</name>
1717
<!-- RELEASE_VERSION -->
18-
<version>7.12.0-SNAPSHOT</version>
18+
<version>7.12.0</version>
1919
<!-- /RELEASE_VERSION -->
2020
<url>https://github.com/openapitools/openapi-generator</url>
2121
<scm>

0 commit comments

Comments
 (0)