Skip to content

Commit 2c5329a

Browse files
committed
update versions in README
1 parent f41ecbf commit 2c5329a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependency example:
6262
<dependency>
6363
<groupId>io.swagger.codegen.v3</groupId>
6464
<artifactId>swagger-codegen-maven-plugin</artifactId>
65-
<version>3.0.57</version>
65+
<version>3.0.60</version>
6666
</dependency>
6767
```
6868

@@ -126,8 +126,9 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
126126

127127
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
128128
-------------------------- |--------------| -------------------------- | -----
129-
3.0.60-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.60-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
130-
[3.0.59](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.59) (**current stable**) | 2024-07-22 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.59](https://github.com/swagger-api/swagger-codegen/tree/v3.0.59)
129+
3.0.61-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.61-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
130+
[3.0.60](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.60) (**current stable**) | 2024-08-01 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.60](https://github.com/swagger-api/swagger-codegen/tree/v3.0.60)
131+
[3.0.59](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.59) | 2024-07-22 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.59](https://github.com/swagger-api/swagger-codegen/tree/v3.0.59)
131132
[3.0.58](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.58) | 2024-07-08 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.58](https://github.com/swagger-api/swagger-codegen/tree/v3.0.58)
132133
[3.0.57](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.57) | 2024-05-27 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.57](https://github.com/swagger-api/swagger-codegen/tree/v3.0.57)
133134
[3.0.56](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.56) | 2024-05-10 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.56](https://github.com/swagger-api/swagger-codegen/tree/v3.0.56)
@@ -247,7 +248,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.42/swagge
247248
java -jar swagger-codegen-cli.jar help
248249

249250
# Download current stable 3.x.x branch (OpenAPI version 3)
250-
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.57/swagger-codegen-cli-3.0.57.jar -O swagger-codegen-cli.jar
251+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.60/swagger-codegen-cli-3.0.60.jar -O swagger-codegen-cli.jar
251252

252253
java -jar swagger-codegen-cli.jar --help
253254
```

0 commit comments

Comments
 (0)