|
10 | 10 | [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master)
|
11 | 11 | [](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen)
|
12 | 12 |
|
13 |
| -- 3.0.17-SNAPSHOT: [](https://travis-ci.org/swagger-api/swagger-codegen) |
| 13 | +- 3.0.19-SNAPSHOT: [](https://travis-ci.org/swagger-api/swagger-codegen) |
14 | 14 | [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3)
|
15 | 15 | [](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen)
|
16 | 16 |
|
@@ -70,7 +70,7 @@ dependency example:
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>io.swagger.codegen.v3</groupId>
|
72 | 72 | <artifactId>swagger-codegen-maven-plugin</artifactId>
|
73 |
| - <version>3.0.16</version> |
| 73 | + <version>3.0.18</version> |
74 | 74 | </dependency>
|
75 | 75 | ```
|
76 | 76 |
|
@@ -134,8 +134,10 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
|
134 | 134 |
|
135 | 135 | Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
|
136 | 136 | -------------------------- | ------------ | -------------------------- | -----
|
137 |
| -3.0.17-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.17-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
138 |
| -[3.0.16](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.16) (**current stable**) | 2020-01-15 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.16](https://github.com/swagger-api/swagger-codegen/tree/v3.0.16) |
| 137 | +3.0.19-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.19-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
| 138 | +[3.0.18](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.18) (**current stable**) | 2020-02-26 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.18](https://github.com/swagger-api/swagger-codegen/tree/v3.0.18) |
| 139 | +[3.0.17](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.17) (**current stable**) | 2020-02-23 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.17](https://github.com/swagger-api/swagger-codegen/tree/v3.0.17) |
| 140 | +[3.0.17](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.16) (**current stable**) | 2020-01-15 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.16](https://github.com/swagger-api/swagger-codegen/tree/v3.0.16) |
139 | 141 | [3.0.15](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.15) (**current stable**) | 2020-01-03 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.15](https://github.com/swagger-api/swagger-codegen/tree/v3.0.15)
|
140 | 142 | [3.0.14](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.14) | 2019-11-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.14](https://github.com/swagger-api/swagger-codegen/tree/v3.0.14)
|
141 | 143 | [3.0.13](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.13) | 2019-10-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.13](https://github.com/swagger-api/swagger-codegen/tree/v3.0.13)
|
@@ -183,7 +185,7 @@ If you're looking for the latest stable version, you can grab it directly from M
|
183 | 185 | wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.12/swagger-codegen-cli-2.4.12.jar -O swagger-codegen-cli.jar
|
184 | 186 |
|
185 | 187 | # Download current stable 3.x.x branch (OpenAPI version 3)
|
186 |
| -wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.16/swagger-codegen-cli-3.0.16.jar -O swagger-codegen-cli.jar |
| 188 | +wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.18/swagger-codegen-cli-3.0.18.jar -O swagger-codegen-cli.jar |
187 | 189 |
|
188 | 190 | java -jar swagger-codegen-cli.jar help
|
189 | 191 | ```
|
|
0 commit comments