prepare 3.3.3 release (#1447)

This commit is contained in:
William Cheng
2018-11-14 23:56:58 +08:00
committed by GitHub
parent f647b2f24b
commit 7564d629e7
17 changed files with 21 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.2"
classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.3"
}
}

View File

@@ -1,4 +1,4 @@
openApiGeneratorVersion=3.3.3-SNAPSHOT
openApiGeneratorVersion=3.3.3
# 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.3-SNAPSHOT</version>
<version>3.3.3</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.2 openApiValidate
gradle -PopenApiGeneratorVersion=3.3.3 openApiValidate
```

View File

@@ -1 +1 @@
openApiGeneratorVersion=3.3.2
openApiGeneratorVersion=3.3.3