Skip to content

Commit 86696f6

Browse files
committed
docs: Maven repo missing 3.x.x versions
Download url for current stable of the 3.x.x branch was missing in the prerequisites section of the README. Without this specification the user may not realize their is a newer version available, specially those who don't want to clone the project and build it. Resolves: #9475 See also: #9588
1 parent 9967374 commit 86696f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,12 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
179179
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
180180

181181
```sh
182+
# Download current stable 2.x.x branch
182183
wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.12/swagger-codegen-cli-2.4.12.jar -O swagger-codegen-cli.jar
183184

185+
# Download current stable 3.x.x branch
186+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.16/swagger-codegen-cli-3.0.16.jar -O swagger-codegen-cli.jar
187+
184188
java -jar swagger-codegen-cli.jar help
185189
```
186190

0 commit comments

Comments
 (0)