|
9 | 9 | - Master (2.4.23-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.29-SNAPSHOT: [](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) |
| 12 | +- 3.0.30-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.28</version> |
| 71 | + <version>3.0.29</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.29-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.29-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
136 |
| -[3.0.28](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.28) (**current stable**) | 2021-09-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.28](https://github.com/swagger-api/swagger-codegen/tree/v3.0.28) |
| 135 | +3.0.30-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.30-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
| 136 | +[3.0.29](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.29) (**current stable**) | 2021-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.29](https://github.com/swagger-api/swagger-codegen/tree/v3.0.29) |
| 137 | +[3.0.28](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.28) | 2021-09-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.28](https://github.com/swagger-api/swagger-codegen/tree/v3.0.28) |
137 | 138 | [3.0.27](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.27) | 2021-06-28 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.27](https://github.com/swagger-api/swagger-codegen/tree/v3.0.27)
|
138 | 139 | [3.0.26](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.26) | 2021-05-28 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.26](https://github.com/swagger-api/swagger-codegen/tree/v3.0.26)
|
139 | 140 | [3.0.25](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.25) | 2021-03-04 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.25](https://github.com/swagger-api/swagger-codegen/tree/v3.0.25)
|
@@ -203,7 +204,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.22/swagge
|
203 | 204 | java -jar swagger-codegen-cli.jar help
|
204 | 205 |
|
205 | 206 | # Download current stable 3.x.x branch (OpenAPI version 3)
|
206 |
| -wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.28/swagger-codegen-cli-3.0.28.jar -O swagger-codegen-cli.jar |
| 207 | +wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.29/swagger-codegen-cli-3.0.29.jar -O swagger-codegen-cli.jar |
207 | 208 |
|
208 | 209 | java -jar swagger-codegen-cli.jar --help
|
209 | 210 | ```
|
|
0 commit comments