|
9 | 9 | - Master (2.4.35-SNAPSHOT): [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master) |
10 | 10 | [](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen) |
11 | 11 |
|
12 | | -- 3.0.49-SNAPSHOT: [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) |
| 12 | +- 3.0.50-SNAPSHOT: [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) |
13 | 13 | [](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen) |
14 | 14 |
|
15 | 15 |
|
@@ -68,7 +68,7 @@ dependency example: |
68 | 68 | <dependency> |
69 | 69 | <groupId>io.swagger.codegen.v3</groupId> |
70 | 70 | <artifactId>swagger-codegen-maven-plugin</artifactId> |
71 | | - <version>3.0.48</version> |
| 71 | + <version>3.0.49</version> |
72 | 72 | </dependency> |
73 | 73 | ``` |
74 | 74 |
|
@@ -132,8 +132,9 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20 |
132 | 132 |
|
133 | 133 | Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes |
134 | 134 | -------------------------- |--------------| -------------------------- | ----- |
135 | | -3.0.49-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.49-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
136 | | -[3.0.48](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.48) (**current stable**) | 2023-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.48](https://github.com/swagger-api/swagger-codegen/tree/v3.0.48) |
| 135 | +3.0.50-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.50-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
| 136 | +[3.0.49](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.49) (**current stable**) | 2023-10-23 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.49](https://github.com/swagger-api/swagger-codegen/tree/v3.0.49) |
| 137 | +[3.0.48](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.48) | 2023-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.48](https://github.com/swagger-api/swagger-codegen/tree/v3.0.48) |
137 | 138 | [3.0.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.47) | 2023-10-02 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.47](https://github.com/swagger-api/swagger-codegen/tree/v3.0.47) |
138 | 139 | [3.0.46](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.46) | 2023-06-07 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.46](https://github.com/swagger-api/swagger-codegen/tree/v3.0.46) |
139 | 140 | [3.0.45](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.45) | 2023-06-02 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.45](https://github.com/swagger-api/swagger-codegen/tree/v3.0.45) |
@@ -235,7 +236,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.34/swagge |
235 | 236 | java -jar swagger-codegen-cli.jar help |
236 | 237 |
|
237 | 238 | # Download current stable 3.x.x branch (OpenAPI version 3) |
238 | | -wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.48/swagger-codegen-cli-3.0.48.jar -O swagger-codegen-cli.jar |
| 239 | +wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.49/swagger-codegen-cli-3.0.49.jar -O swagger-codegen-cli.jar |
239 | 240 |
|
240 | 241 | java -jar swagger-codegen-cli.jar --help |
241 | 242 | ``` |
|
0 commit comments