|
2 | 2 |
|
3 | 3 | <div align="center">
|
4 | 4 |
|
5 |
| -[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`3.0.3`): [](https://travis-ci.org/OpenAPITools/openapi-generator) |
| 5 | +[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`3.1.0`): [](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)
|
9 | 9 |
|
10 |
| -[`3.1.x`](https://github.com/OpenAPITools/openapi-generator/tree/3.1.x) branch: [](https://travis-ci.org/OpenAPITools/openapi-generator) |
11 |
| -[](https://circleci.com/gh/OpenAPITools/openapi-generator) |
12 |
| -[](https://app.shippable.com/github/OpenAPITools/openapi-generator) |
13 |
| -[](https://ci.appveyor.com/project/WilliamCheng/openapi-generator-wh2wu) |
14 |
| - |
15 | 10 | [`4.0.x`](https://github.com/OpenAPITools/openapi-generator/tree/4.0.x) branch: [](https://travis-ci.org/OpenAPITools/openapi-generator)
|
16 | 11 | [](https://circleci.com/gh/OpenAPITools/openapi-generator)
|
17 | 12 | [](https://app.shippable.com/github/OpenAPITools/openapi-generator)
|
@@ -87,8 +82,8 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
|
87 | 82 | OpenAPI Generator Version | Release Date | OpenAPI Spec compatibility | Notes
|
88 | 83 | ---------------------------- | ------------ | -------------------------- | -----
|
89 | 84 | 4.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes (no fallback)
|
90 |
| -3.1.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.1.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release with breaking changes (with fallbacks) |
91 |
| -3.0.3 (current master, upcoming release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.0.3/)| TBD | 1.0, 1.1, 1.2, |
| 85 | +3.1.0 (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/3.1.0-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release with breaking changes (with fallbacks) |
| 86 | +[3.0.3](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.0.3) | 27.06.2018 | 1.0, 1.1, 1.2, 2.0, 3.0 | Bugfix release |
92 | 87 | [3.0.2](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.0.2) | 18.06.2018 | 1.0, 1.1, 1.2, 2.0, 3.0 | Bugfix release
|
93 | 88 | [3.0.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.0.1) | 11.06.2018 | 1.0, 1.1, 1.2, 2.0, 3.0 | Bugfix release
|
94 | 89 | [3.0.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.0.0) | 01.06.2018 | 1.0, 1.1, 1.2, 2.0, 3.0 | First release with breaking changes
|
@@ -147,12 +142,12 @@ JAR location: `http://central.maven.org/maven2/org/openapitools/openapi-generato
|
147 | 142 |
|
148 | 143 | For **Mac/Linux** users:
|
149 | 144 | ```sh
|
150 |
| -wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.0.2/openapi-generator-cli-3.0.2.jar -O openapi-generator-cli.jar |
| 145 | +wget http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.0.3/openapi-generator-cli-3.0.3.jar -O openapi-generator-cli.jar |
151 | 146 | ```
|
152 | 147 |
|
153 | 148 | 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.
|
154 | 149 | ```
|
155 |
| -Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.0.2/openapi-generator-cli-3.0.2.jar |
| 150 | +Invoke-WebRequest -OutFile openapi-generator-cli.jar http://central.maven.org/maven2/org/openapitools/openapi-generator-cli/3.0.3/openapi-generator-cli-3.0.3.jar |
156 | 151 | ```
|
157 | 152 |
|
158 | 153 | After downloading the JAR, run `java -jar openapi-generator-cli.jar help` to show the usage.
|
|
0 commit comments