Skip to content

Commit a821796

Browse files
update docs for 3.0.71 and 2.4.46 (#402)
1 parent e79f86e commit a821796

File tree

8 files changed

+36
-27
lines changed

8 files changed

+36
-27
lines changed

src/content/docs/open-source-tools/Swagger Codegen/Codegen v2/about.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
4444

4545
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
4646
-------------------------- |--------------| -------------------------- | -----
47-
[3.0.68](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.68) (**current stable**) | 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)
48-
[2.4.45](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.45) (**current stable**) | 2025-06-08 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.45](https://github.com/swagger-api/swagger-codegen/tree/v2.4.45)
47+
[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)
48+
[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)
4949

5050
💁 Here's also an overview of what's coming around the corner:
5151

5252
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
5353
-------------------------- |--------------| -------------------------- | -----
54-
3.0.69-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.69-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
55-
2.4.46-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.46-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
54+
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
55+
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
5656

5757
For detailed breakdown of all versions, please see the [full compatibility listing](../compatibility).
5858

@@ -84,7 +84,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
8484
java -jar modules\swagger-codegen-cli\target\swagger-codegen-cli.jar generate -i https://petstore.swagger.io/v2/swagger.json -l php -o c:\temp\php_api_client
8585
```
8686

87-
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.45/swagger-codegen-cli-2.4.45.jar)
87+
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.46/swagger-codegen-cli-2.4.46.jar)
8888

8989
To get a list of **general** options available, you can run the following:
9090

src/content/docs/open-source-tools/Swagger Codegen/Codegen v2/compatibility.md

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

1111
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
1212
-------------------------- |--------------| -------------------------- | -----
13-
3.0.69-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.69-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
14-
[3.0.68](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.68) (**current stable**) | 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)
13+
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
14+
[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)
15+
[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)
16+
[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)
17+
[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)
1518
[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)
1619
[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)
1720
[3.0.65](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.65) | 2024-12-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.65](https://github.com/swagger-api/swagger-codegen/tree/v3.0.65)
@@ -79,7 +82,8 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
7982
[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
8083
[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
8184
[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
82-
2.4.46-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.46-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
85+
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
86+
[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)
8387
[2.4.45](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.45) (**current stable**) | 2025-06-08 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.45](https://github.com/swagger-api/swagger-codegen/tree/v2.4.45)
8488
[2.4.44](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.44) | 2024-12-18 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.44](https://github.com/swagger-api/swagger-codegen/tree/v2.4.44)
8589
[2.4.43](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.43) | 2024-08-09 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.43](https://github.com/swagger-api/swagger-codegen/tree/v2.4.43)
@@ -131,4 +135,4 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
131135
[2.2.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.2.1) | 2016-08-07 | 1.0, 1.1, 1.2, 2.0 | [tag v2.2.1](https://github.com/swagger-api/swagger-codegen/tree/v2.2.1)
132136
[2.1.6](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.1.6) | 2016-04-06 | 1.0, 1.1, 1.2, 2.0 | [tag v2.1.6](https://github.com/swagger-api/swagger-codegen/tree/v2.1.6)
133137
2.0.17 | 2014-08-22 | 1.1, 1.2 | [tag v2.0.17](https://github.com/swagger-api/swagger-codegen/tree/2.0.17)
134-
1.0.4 | 2012-04-12 | 1.0, 1.1 | [tag v1.0.4](https://github.com/swagger-api/swagger-codegen/tree/swagger-codegen_2.9.1-1.1)
138+
1.0.4 | 2012-04-12 | 1.0, 1.1 | [tag v1.0.4](https://github.com/swagger-api/swagger-codegen/tree/swagger-codegen_2.9.1-1.1)

src/content/docs/open-source-tools/Swagger Codegen/Codegen v2/prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ If you're looking for the latest stable version, you can grab it directly from M
1010

1111
```sh
1212
# Download current stable 2.x.x branch (Swagger and OpenAPI version 2)
13-
wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.45/swagger-codegen-cli-2.4.45.jar -O swagger-codegen-cli.jar
13+
wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.46/swagger-codegen-cli-2.4.46.jar -O swagger-codegen-cli.jar
1414

1515
java -jar swagger-codegen-cli.jar help
1616

1717
# Download current stable 3.x.x branch (OpenAPI version 3)
18-
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.65/swagger-codegen-cli-3.0.65.jar -O swagger-codegen-cli.jar
18+
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
1919

2020
java -jar swagger-codegen-cli.jar --help
2121
```
@@ -49,4 +49,4 @@ Export `JAVA_HOME` in order to use the supported Java version:
4949
```sh
5050
export JAVA_HOME=`/usr/libexec/java_home -v 11`
5151
export PATH=${JAVA_HOME}/bin:$PATH
52-
```
52+
```

src/content/docs/open-source-tools/Swagger Codegen/Codegen v2/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependency example:
2626
<dependency>
2727
<groupId>io.swagger</groupId>
2828
<artifactId>swagger-codegen-maven-plugin</artifactId>
29-
<version>2.4.45</version>
29+
<version>2.4.46</version>
3030
</dependency>
3131
```
3232

@@ -46,6 +46,6 @@ dependency example:
4646
<dependency>
4747
<groupId>io.swagger.codegen.v3</groupId>
4848
<artifactId>swagger-codegen-maven-plugin</artifactId>
49-
<version>3.0.61</version>
49+
<version>3.0.71</version>
5050
</dependency>
5151
```

src/content/docs/open-source-tools/Swagger Codegen/Codegen v3/about.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
7171

7272
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
7373
-------------------------- |--------------| -------------------------- | -----
74-
[3.0.68](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.68) (**current stable**) | 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)
75-
[2.4.45](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.45) (**current stable**) | 2025-06-08 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.45](https://github.com/swagger-api/swagger-codegen/tree/v2.4.45)
74+
[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)
75+
[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)
7676

7777
💁 Here's also an overview of what's coming around the corner:
7878

7979
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
8080
-------------------------- |--------------| -------------------------- | -----
81-
3.0.69-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.69-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
82-
2.4.46-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.46-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
81+
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
82+
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
8383

8484
For detailed breakdown of all versions, please see the [full compatibility listing](../compatibility).
8585

@@ -113,7 +113,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
113113
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
114114
```
115115

116-
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.68/swagger-codegen-cli-3.0.68.jar).
116+
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71/swagger-codegen-cli-3.0.71.jar).
117117

118118
To get a list of **general** options available, please run:
119119

src/content/docs/open-source-tools/Swagger Codegen/Codegen v3/compatibility.md

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

1111
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
1212
-------------------------- |--------------| -------------------------- | -----
13-
3.0.69-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.69-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
14-
[3.0.68](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.68) (**current stable**) | 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)
13+
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
14+
[3.0.71](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.71) | 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)
15+
[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)
16+
[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)
17+
[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)
1518
[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)
1619
[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)
1720
[3.0.65](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.65) | 2024-12-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.65](https://github.com/swagger-api/swagger-codegen/tree/v3.0.65)
@@ -79,8 +82,10 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
7982
[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
8083
[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
8184
[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
82-
2.4.46-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.46-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
83-
[2.4.45](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.45) (**current stable**) | 2025-06-08 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.45](https://github.com/swagger-api/swagger-codegen/tree/v2.4.45)
85+
86+
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
87+
[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)
88+
[2.4.45](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.45) | 2025-06-08 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.45](https://github.com/swagger-api/swagger-codegen/tree/v2.4.45)
8489
[2.4.44](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.44) | 2024-12-18 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.44](https://github.com/swagger-api/swagger-codegen/tree/v2.4.44)
8590
[2.4.43](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.43) | 2024-08-09 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.43](https://github.com/swagger-api/swagger-codegen/tree/v2.4.43)
8691
[2.4.42](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.42) | 2024-07-29 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.42](https://github.com/swagger-api/swagger-codegen/tree/v2.4.42)

src/content/docs/open-source-tools/Swagger Codegen/Codegen v3/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ sidebar:
99
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
1010

1111
```sh
12-
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.68/swagger-codegen-cli-3.0.68.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
```
1616

1717
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+). For example:
1818

1919
```powershell
20-
Invoke-WebRequest -OutFile swagger-codegen-cli.jar https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.68/swagger-codegen-cli-3.0.68.jar
20+
Invoke-WebRequest -OutFile swagger-codegen-cli.jar https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71/swagger-codegen-cli-3.0.71.jar
2121
```
2222

2323
On a Mac, it's even easier with `brew`:

src/content/docs/open-source-tools/Swagger Codegen/Codegen v3/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependency example:
2626
<dependency>
2727
<groupId>io.swagger</groupId>
2828
<artifactId>swagger-codegen-maven-plugin</artifactId>
29-
<version>2.4.43</version>
29+
<version>2.4.46</version>
3030
</dependency>
3131
```
3232

@@ -46,6 +46,6 @@ dependency example:
4646
<dependency>
4747
<groupId>io.swagger.codegen.v3</groupId>
4848
<artifactId>swagger-codegen-maven-plugin</artifactId>
49-
<version>3.0.61</version>
49+
<version>3.0.71</version>
5050
</dependency>
5151
```

0 commit comments

Comments
 (0)