@@ -73,7 +73,7 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
7373
7474Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
7575-------------------------- | ------------ | -------------------------- | -----
76- 3.0.0 (upcoming major release) [ SNAPSHOT ] ( https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/3.0.0-SNAPSHOT / ) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
76+ 3.0.0 (upcoming major release) [ rc1 ] ( https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/3.0.0-rc1 / ) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
77772.4.0 (current master, upcoming minor release) [ SNAPSHOT] ( https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.0-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0 | Minor release with breaking changes
7878[ 2.3.0] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.3.0 ) (** current stable** ) | 2017-12-21 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.3.0] ( https://github.com/swagger-api/swagger-codegen/tree/v2.3.0 )
7979[ 2.2.3] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.2.3 ) | 2017-07-15 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.2.3] ( https://github.com/swagger-api/swagger-codegen/tree/v2.2.3 )
@@ -85,10 +85,10 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
8585
8686
8787### Prerequisites
88- Right now there is a release candidate (rc0) version, which you can grab it directly from Maven.org (Java 8 runtime at a minimum):
88+ If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
8989
9090``` sh
91- wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/3.0.0-rc0 /swagger-codegen-cli-3.0.0-rc0 .jar -O swagger-codegen-cli.jar
91+ wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/3.0.0-rc1 /swagger-codegen-cli-3.0.0-rc1 .jar -O swagger-codegen-cli.jar
9292
9393java -jar swagger-codegen-cli.jar --help
9494```
0 commit comments