|
9 | 9 | - Master (2.4.34-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.44-SNAPSHOT: [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) |
| 12 | +- 3.0.48-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.44</version> |
| 71 | + <version>3.0.46</version> |
72 | 72 | </dependency> |
73 | 73 | ``` |
74 | 74 |
|
@@ -132,8 +132,11 @@ 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.45-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.44-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
136 | | -[3.0.44](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.44) (**current stable**) | 2023-10-02 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.44](https://github.com/swagger-api/swagger-codegen/tree/v3.0.44) |
| 135 | +3.0.48-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.48-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
| 136 | +[3.0.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.47) (**current stable**) | 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) |
| 137 | +[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) |
| 138 | +[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) |
| 139 | +[3.0.44](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.44) | 2023-05-23 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.44](https://github.com/swagger-api/swagger-codegen/tree/v3.0.44) |
137 | 140 | [3.0.43](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.43) | 2023-05-17 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.43](https://github.com/swagger-api/swagger-codegen/tree/v3.0.43) |
138 | 141 | [3.0.42](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.42) | 2023-04-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.42](https://github.com/swagger-api/swagger-codegen/tree/v3.0.42) |
139 | 142 | [3.0.41](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.41) | 2023-02-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.41](https://github.com/swagger-api/swagger-codegen/tree/v3.0.41) |
@@ -230,7 +233,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.33/swagge |
230 | 233 | java -jar swagger-codegen-cli.jar help |
231 | 234 |
|
232 | 235 | # Download current stable 3.x.x branch (OpenAPI version 3) |
233 | | -wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.44/swagger-codegen-cli-3.0.44.jar -O swagger-codegen-cli.jar |
| 236 | +wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.47/swagger-codegen-cli-3.0.47.jar -O swagger-codegen-cli.jar |
234 | 237 |
|
235 | 238 | java -jar swagger-codegen-cli.jar --help |
236 | 239 | ``` |
|
0 commit comments