Skip to content

Commit d51e61d

Browse files
committed
Update 3.0.0 version in readme
1 parent be7735b commit d51e61d

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.56</version>
65+
<version>3.0.57</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.57-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.57-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
130-
[3.0.56](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.56) (**current stable**) | 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)
129+
3.0.58-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.58-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
130+
[3.0.57](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.57) (**current stable**) | 2024-05-27 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.56](https://github.com/swagger-api/swagger-codegen/tree/v3.0.57)
131+
[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)
131132
[3.0.55](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.55) | 2024-04-22 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.55](https://github.com/swagger-api/swagger-codegen/tree/v3.0.55)
132133
[3.0.54](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.54) | 2024-02-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.54](https://github.com/swagger-api/swagger-codegen/tree/v3.0.54)
133134
[3.0.53](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.53) | 2024-02-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.53](https://github.com/swagger-api/swagger-codegen/tree/v3.0.53)
@@ -243,7 +244,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.41/swagge
243244
java -jar swagger-codegen-cli.jar help
244245

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

248249
java -jar swagger-codegen-cli.jar --help
249250
```

0 commit comments

Comments
 (0)