Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit e6b647d

Browse files
committed
Merge branch 'master' into validator-core
* master: Prepare 4.0.3-SNAPSHOT (OpenAPITools#3185) 4.0.2 release (OpenAPITools#3181)
2 parents 1a78591 + 8e11fd9 commit e6b647d

File tree

772 files changed

+782
-783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

772 files changed

+782
-783
lines changed

README.md

Lines changed: 10 additions & 10 deletions

bin/utils/release_version_update_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ declare -a files=("modules/openapi-generator-maven-plugin/README.md"
4141
"modules/openapi-generator-gradle-plugin/README.adoc"
4242
"modules/openapi-generator-gradle-plugin/gradle.properties"
4343
"modules/openapi-generator-gradle-plugin/samples/local-spec/gradle.properties"
44-
"modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle"
4544
"modules/openapi-generator-gradle-plugin/samples/local-spec/README.md"
4645
"README.md")
4746

modules/openapi-generator-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>4.0.2-SNAPSHOT</version>
6+
<version>4.0.3-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openapi-generator-project</artifactId>
77
<groupId>org.openapitools</groupId>
8-
<version>4.0.2-SNAPSHOT</version>
8+
<version>4.0.3-SNAPSHOT</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-gradle-plugin/README.adoc

Lines changed: 3 additions & 3 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openApiGeneratorVersion=4.0.2-SNAPSHOT
1+
openApiGeneratorVersion=4.0.3-SNAPSHOT
22

33
# BEGIN placeholders
44
# these are just placeholders to allow contributors to build directly

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>4.0.2-SNAPSHOT</version>
6+
<version>4.0.3-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-gradle-plugin/samples/local-spec/README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openApiGeneratorVersion=4.0.2-SNAPSHOT
1+
openApiGeneratorVersion=4.0.3-SNAPSHOT

modules/openapi-generator-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)