Prepare 5.0.0 beta3 (#7984)

* prepare 5.0.0-beta3 release

* update samples

* remove beta3 from readme
This commit is contained in:
William Cheng
2020-11-20 15:18:58 +08:00
committed by GitHub
parent dd26e406b5
commit 2715f1371a
600 changed files with 605 additions and 607 deletions

View File

@@ -18,5 +18,5 @@ gradle generateGoWithInvalidSpec # expected outcome: BUILD FAILED
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash
gradle -PopenApiGeneratorVersion=4.3.0 openApiValidate
gradle -PopenApiGeneratorVersion=5.0.0-beta3 openApiValidate
```