mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 18:32:43 +00:00
3.3.2 release (#1353)
* prepare 3.3.2 release * update script to remove outdated reference
This commit is contained in:
@@ -48,7 +48,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.1"
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
openApiGeneratorVersion=3.3.2-SNAPSHOT
|
||||
openApiGeneratorVersion=3.3.2
|
||||
|
||||
# BEGIN placeholders
|
||||
# these are just placeholders to allow contributors to build directly
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>openapi-generator-project</artifactId>
|
||||
<version>3.3.2-SNAPSHOT</version>
|
||||
<version>3.3.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -17,5 +17,5 @@ gradle generateGoWithInvalidSpec
|
||||
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
|
||||
|
||||
```bash
|
||||
gradle -PopenApiGeneratorVersion=3.3.1 openApiValidate
|
||||
gradle -PopenApiGeneratorVersion=3.3.2 openApiValidate
|
||||
```
|
||||
|
||||
@@ -1 +1 @@
|
||||
openApiGeneratorVersion=3.3.1
|
||||
openApiGeneratorVersion=3.3.2
|
||||
|
||||
Reference in New Issue
Block a user