Prepare snapshot (v5.0.0) (#7986)

* Revert "prepare 5.0.0-beta3 release"

This reverts commit 3ebe774df3.

* revert to snapshot

* update samples
This commit is contained in:
William Cheng
2020-11-20 19:19:59 +08:00
committed by GitHub
parent 2715f1371a
commit 2578ef5e63
599 changed files with 600 additions and 600 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=5.0.0-beta3 openApiValidate
gradle -PopenApiGeneratorVersion=4.3.0 openApiValidate
```