|
2 | 2 |
|
3 | 3 | <div align="center"> |
4 | 4 |
|
5 | | -[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`3.2.2`): [](https://travis-ci.org/OpenAPITools/openapi-generator) |
| 5 | +[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`3.2.3`): [](https://travis-ci.org/OpenAPITools/openapi-generator) |
6 | 6 | [](https://circleci.com/gh/OpenAPITools/openapi-generator) |
7 | 7 | [](https://app.shippable.com/github/OpenAPITools/openapi-generator) |
8 | 8 | [](https://ci.appveyor.com/project/WilliamCheng/openapi-generator-wh2wu) |
@@ -84,8 +84,8 @@ OpenAPI Generator Version | Release Date | Notes |
84 | 84 | ---------------------------- | ------------ | ----- |
85 | 85 | 4.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/)| TBD | Major release with breaking changes (no fallback) |
86 | 86 | 3.3.0 (upcoming minor release)| TBD | Minor release (breaking changes with fallbacks) |
87 | | -3.2.2 (current master, upcoming patch release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.2.2-SNAPSHOT/)| TBD | Bugfix release |
88 | | -[3.2.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.2.1) (latest stable release) | 14.08.2018 | Bugfix release |
| 87 | +3.2.3 (current master, upcoming patch release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.2.3-SNAPSHOT/)| TBD | Bugfix release |
| 88 | +[3.2.2](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.2.2) (latest stable release) | 22.08.2018 | Bugfix release |
89 | 89 |
|
90 | 90 | OpenAPI Spec compatibility: 1.0, 1.1, 1.2, 2.0, 3.0 |
91 | 91 |
|
@@ -141,16 +141,16 @@ See the different versions of the [openapi-generator-cli](https://mvnrepository. |
141 | 141 |
|
142 | 142 | If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum): |
143 | 143 |
|
144 | | -JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.2.1/openapi-generator-cli-3.2.1.jar` |
| 144 | +JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.2.2/openapi-generator-cli-3.2.2.jar` |
145 | 145 |
|
146 | 146 | For **Mac/Linux** users: |
147 | 147 | ```sh |
148 | | -wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.2.1/openapi-generator-cli-3.2.1.jar -O openapi-generator-cli.jar |
| 148 | +wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.2.2/openapi-generator-cli-3.2.2.jar -O openapi-generator-cli.jar |
149 | 149 | ``` |
150 | 150 |
|
151 | 151 | For **Windows** users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. |
152 | 152 | ``` |
153 | | -Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.2.1/openapi-generator-cli-3.2.1.jar |
| 153 | +Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.2.2/openapi-generator-cli-3.2.2.jar |
154 | 154 | ``` |
155 | 155 |
|
156 | 156 | After downloading the JAR, run `java -jar openapi-generator-cli.jar help` to show the usage. |
@@ -484,7 +484,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in |
484 | 484 | - 2018/05/15 - [REST API仕様からAPIクライアントやスタブサーバを自動生成する「OpenAPI Generator」オープンソースで公開。Swagger Codegenからのフォーク](https://www.publickey1.jp/blog/18/rest_apiapiopenapi_generatorswagger_generator.html) by [Publickey](https://www.publickey1.jp) |
485 | 485 | - 2018/06/08 - [Swagger Codegen is now OpenAPI Generator](https://angular.schule/blog/2018-06-swagger-codegen-is-now-openapi-generator) by [JohannesHoppe](https://github.com/JohannesHoppe) |
486 | 486 | - 2018/06/21 - [Connect your JHipster apps to the world of APIs with OpenAPI and gRPC](https://fr.slideshare.net/chbornet/jhipster-conf-2018-connect-your-jhipster-apps-to-the-world-of-apis-with-openapi-and-grpc) by [Christophe Bornet](https://github.com/cbornet) at [JHipster Conf 2018](https://jhipster-conf.github.io/) |
487 | | -- 2018/06/27 - [Lessons Learned from Leading an Open-Source Project Supporting 30+ Programming Languages](https://speakerdeck.com/wing328/lessons-learned-from-leading-an-open-source-project-supporting-30-plus-programming-languages) - [William Cheng](https://github.com/wing328) at [LinuxCon + ContainerCon + CloudOpen China 2018](https://www.lfasiallc.com/events/lc3-2018/) |
| 487 | +- 2018/06/27 - [Lessons Learned from Leading an Open-Source Project Supporting 30+ Programming Languages](https://speakerdeck.com/wing328/lessons-learned-from-leading-an-open-source-project-supporting-30-plus-programming-languages) - [William Cheng](https://github.com/wing328) at [LinuxCon + ContainerCon + CloudOpen China 2018](http://bit.ly/2waDKKX) |
488 | 488 | - 2018/07/19 - [OpenAPI Generator Contribution Quickstart - RingCentral Go SDK](https://medium.com/ringcentral-developers/openapi-generator-for-go-contribution-quickstart-8cc72bf37b53) by [John Wang](https://github.com/grokify) |
489 | 489 |
|
490 | 490 | ## [6 - About Us](#table-of-contents) |
|
0 commit comments