Skip to content

Commit

Permalink
Update versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed May 11, 2024
1 parent ebdd044 commit 4482fe4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependency example:
<dependency>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>3.0.55</version>
<version>3.0.56</version>
</dependency>
```

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

Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
-------------------------- |--------------| -------------------------- | -----
3.0.56-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.56-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
[3.0.55](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.55) (**current stable**) | 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)
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
[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)
[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)
[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)
[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)
[3.0.52](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.52) | 2023-12-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.52](https://github.com/swagger-api/swagger-codegen/tree/v3.0.52)
Expand Down Expand Up @@ -242,7 +243,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.41/swagge
java -jar swagger-codegen-cli.jar help

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

java -jar swagger-codegen-cli.jar --help
```
Expand Down

0 comments on commit 4482fe4

Please sign in to comment.