|
4 | 4 |
|
5 | 5 | - 3.0.30-SNAPSHOT: [](https://travis-ci.org/swagger-api/swagger-codegen)
|
6 | 6 | [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3)
|
7 |
| -- Master (2.4.23-SNAPSHOT): [](https://travis-ci.org/swagger-api/swagger-codegen) |
| 7 | +- Master (2.4.24-SNAPSHOT): [](https://travis-ci.org/swagger-api/swagger-codegen) |
8 | 8 | [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master)
|
9 | 9 | [](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen)
|
10 | 10 |
|
@@ -54,7 +54,7 @@ dependency example:
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>io.swagger</groupId>
|
56 | 56 | <artifactId>swagger-codegen-maven-plugin</artifactId>
|
57 |
| - <version>2.4.22</version> |
| 57 | + <version>2.4.23</version> |
58 | 58 | </dependency>
|
59 | 59 | ```
|
60 | 60 |
|
@@ -142,8 +142,9 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
|
142 | 142 | [3.0.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.2)| 2018-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
|
143 | 143 | [3.0.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.1)| 2018-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
|
144 | 144 | [3.0.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0)| 2018-09-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
|
145 |
| -2.4.23-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.23-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release |
146 |
| -[2.4.22](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.22) (**current stable**) | 2021-09-30 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.22](https://github.com/swagger-api/swagger-codegen/tree/v2.4.22) |
| 145 | +2.4.24-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.24-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release |
| 146 | +[2.4.23](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.23) (**current stable**) | 2021-10-08 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.23](https://github.com/swagger-api/swagger-codegen/tree/v2.4.23) |
| 147 | +[2.4.22](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.22) | 2021-09-30 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.22](https://github.com/swagger-api/swagger-codegen/tree/v2.4.22) |
147 | 148 | [2.4.21](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.21) | 2021-06-28 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.21](https://github.com/swagger-api/swagger-codegen/tree/v2.4.21)
|
148 | 149 | [2.4.20](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.20) | 2021-05-28 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.20](https://github.com/swagger-api/swagger-codegen/tree/v2.4.20)
|
149 | 150 | [2.4.19](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.19) | 2021-03-04 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.19](https://github.com/swagger-api/swagger-codegen/tree/v2.4.19)
|
@@ -369,7 +370,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
|
369 | 370 | ```
|
370 | 371 | (if you're on Windows, replace the last command with `java -jar modules\swagger-codegen-cli\target\swagger-codegen-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json -l php -o c:\temp\php_api_client`)
|
371 | 372 |
|
372 |
| -You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.22/swagger-codegen-cli-2.4.22.jar) |
| 373 | +You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.23/swagger-codegen-cli-2.4.23.jar) |
373 | 374 |
|
374 | 375 | To get a list of **general** options available, please run `java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate --help`
|
375 | 376 |
|
|
0 commit comments