From c62d7bfb588640efa630942201c0a3c1bc5ea976 Mon Sep 17 00:00:00 2001 From: Francesco Tumanischvili Date: Tue, 5 Oct 2021 20:05:45 +0200 Subject: [PATCH 1/2] update readme for release 3.0.29 --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8687caf0c7d..a3eb40306d2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - Master (2.4.23-SNAPSHOT): [![Java Test](https://img.shields.io/jenkins/build.svg?jobUrl=https://jenkins.swagger.io/job/oss-swagger-codegen-master)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master) [![Windows Test](https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails)](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen) -- 3.0.29-SNAPSHOT: [![Java Test](https://img.shields.io/jenkins/build.svg?jobUrl=https://jenkins.swagger.io/job/oss-swagger-codegen-3)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) +- 3.0.30-SNAPSHOT: [![Java Test](https://img.shields.io/jenkins/build.svg?jobUrl=https://jenkins.swagger.io/job/oss-swagger-codegen-3)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) [![Windows Test](https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=3.0.0&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails)](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen) @@ -68,7 +68,7 @@ dependency example: io.swagger.codegen.v3 swagger-codegen-maven-plugin - 3.0.28 + 3.0.29 ``` @@ -132,8 +132,9 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20 Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes -------------------------- | ------------ | -------------------------- | ----- -3.0.29-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.29-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release -[3.0.28](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.28) (**current stable**) | 2021-09-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.28](https://github.com/swagger-api/swagger-codegen/tree/v3.0.28) +3.0.30-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.30-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release +[3.0.29](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.29) (**current stable**) | 2021-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.29](https://github.com/swagger-api/swagger-codegen/tree/v3.0.29) +[3.0.28](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.28) | 2021-09-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.28](https://github.com/swagger-api/swagger-codegen/tree/v3.0.28) [3.0.27](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.27) | 2021-06-28 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.27](https://github.com/swagger-api/swagger-codegen/tree/v3.0.27) [3.0.26](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.26) | 2021-05-28 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.26](https://github.com/swagger-api/swagger-codegen/tree/v3.0.26) [3.0.25](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.25) | 2021-03-04 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.25](https://github.com/swagger-api/swagger-codegen/tree/v3.0.25) @@ -203,7 +204,8 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.22/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.28/swagger-codegen-cli-3.0.28.jar -O swagger-codegen-cli.jar +wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/ +/swagger-codegen-cli-3.0.29.jar -O swagger-codegen-cli.jar java -jar swagger-codegen-cli.jar --help ``` From cc4cf2d3d49d9edac0ecef7c150b0281dfdb5607 Mon Sep 17 00:00:00 2001 From: Francesco Tumanischvili Date: Tue, 5 Oct 2021 20:08:33 +0200 Subject: [PATCH 2/2] fix README link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3eb40306d2..c60430a4b48 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,7 @@ wget https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.22/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/ -/swagger-codegen-cli-3.0.29.jar -O swagger-codegen-cli.jar +wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.29/swagger-codegen-cli-3.0.29.jar -O swagger-codegen-cli.jar java -jar swagger-codegen-cli.jar --help ```