Skip to content

Commit 8f2676c

Browse files
authoredFeb 1, 2023
Prepare v6.3.0 release (OpenAPITools#14580)
* 6.3.0 release * fix maven plugin test * update samples * update doc * fix tests in windows
1 parent 6541038 commit 8f2676c

File tree

1,109 files changed

+1110
-1110
lines changed

Some content is hidden

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

1,109 files changed

+1110
-1110
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>6.3.0-SNAPSHOT</version>
7+
<version>6.3.0</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../..</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>6.3.0-SNAPSHOT</version>
9+
<version>6.3.0</version>
1010
<!-- /RELEASE_VERSION -->
1111
<relativePath>../..</relativePath>
1212
</parent>

0 commit comments

Comments
 (0)
Please sign in to comment.