3.3.2 release (#1353)

* prepare 3.3.2 release

* update script to remove outdated reference
This commit is contained in:
William Cheng
2018-10-31 20:48:14 +08:00
committed by GitHub
parent 30474c7867
commit 0cc9b69b6f
18 changed files with 23 additions and 27 deletions

View File

@@ -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"
}
}

View File

@@ -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

View File

@@ -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>

View File

@@ -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
```

View File

@@ -1 +1 @@
openApiGeneratorVersion=3.3.1
openApiGeneratorVersion=3.3.2