Skip to content

Commit 991be40

Browse files
committed
update docs after 3.0.71 release
1 parent 49c0ee2 commit 991be40

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
5757

5858
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
5959
-------------------------- |--------------| -------------------------- | -----
60-
[3.0.70](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.70) (**current stable**) | 2025-07-01 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.70](https://github.com/swagger-api/swagger-codegen/tree/v3.0.70)
60+
[3.0.71](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.71) (**current stable**) | 2025-07-03 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.71](https://github.com/swagger-api/swagger-codegen/tree/v3.0.71)
6161
[2.4.46](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.46) (**current stable**) | 2025-06-30 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.46](https://github.com/swagger-api/swagger-codegen/tree/v2.4.46)
6262

6363
💁 Here's also an overview of what's coming around the corner:
6464

6565
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
6666
-------------------------- |--------------| -------------------------- | -----
67-
3.0.71-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
67+
3.0.72-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.72-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
6868
2.4.47-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.47-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
6969

7070
For detailed breakdown of all versions, please see the [full compatibility listing](./docs/compatibility.md).

docs/compatibility.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ The Swagger Codegen project has the following compatibilities with the OpenAPI S
44

55
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
66
-------------------------- |--------------| -------------------------- | -----
7-
3.0.71-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
7+
3.0.72-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.72-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
8+
[3.0.71](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.71) (**current stable**) | 2025-07-03 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.71](https://github.com/swagger-api/swagger-codegen/tree/v3.0.71)
89
[3.0.70](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.70) | 2025-07-01 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.70](https://github.com/swagger-api/swagger-codegen/tree/v3.0.70)
9-
[3.0.69](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.69) (**current stable**) | 2025-06-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.69](https://github.com/swagger-api/swagger-codegen/tree/v3.0.69)
10+
[3.0.69](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.69) | 2025-06-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.69](https://github.com/swagger-api/swagger-codegen/tree/v3.0.69)
1011
[3.0.68](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.68) | 2025-03-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.68](https://github.com/swagger-api/swagger-codegen/tree/v3.0.68)
1112
[3.0.67](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.67) | 2025-01-27 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.67](https://github.com/swagger-api/swagger-codegen/tree/v3.0.67)
1213
[3.0.66](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.66) | 2024-12-23 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.66](https://github.com/swagger-api/swagger-codegen/tree/v3.0.66)

docs/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.46/swagge
99
java -jar swagger-codegen-cli.jar help
1010

1111
# Download current stable 3.x.x branch (OpenAPI version 3)
12-
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.70/swagger-codegen-cli-3.0.70.jar -O swagger-codegen-cli.jar
12+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71/swagger-codegen-cli-3.0.71.jar -O swagger-codegen-cli.jar
1313

1414
java -jar swagger-codegen-cli.jar --help
1515
```

docs/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dependency example:
4040
<dependency>
4141
<groupId>io.swagger.codegen.v3</groupId>
4242
<artifactId>swagger-codegen-maven-plugin</artifactId>
43-
<version>3.0.70</version>
43+
<version>3.0.71</version>
4444
</dependency>
4545
```

0 commit comments

Comments
 (0)