@@ -73,7 +73,7 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
73
73
74
74
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
75
75
-------------------------- | ------------ | -------------------------- | -----
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
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
77
77
2.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
78
78
[ 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 )
79
79
[ 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
85
85
86
86
87
87
### Prerequisites
88
- If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
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):
89
89
90
90
``` sh
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
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
92
92
93
93
java -jar swagger-codegen-cli.jar --help
94
94
```
0 commit comments