From 225531a4aed5c81bab0aed09c255d7082ef75e3c Mon Sep 17 00:00:00 2001 From: frantuma Date: Tue, 26 Mar 2019 12:55:16 +0100 Subject: [PATCH] prepare release 2.4.4 --- README.md | 8 ++++---- modules/swagger-codegen-cli/pom.xml | 2 +- modules/swagger-codegen-maven-plugin/pom.xml | 2 +- modules/swagger-codegen/pom.xml | 2 +- modules/swagger-generator/pom.xml | 2 +- pom.xml | 4 ++-- pom.xml.bash | 4 ++-- pom.xml.circleci | 4 ++-- pom.xml.circleci.java7 | 4 ++-- pom.xml.ios | 4 ++-- pom.xml.jenkins | 4 ++-- pom.xml.jenkins.java7 | 4 ++-- pom.xml.travis | 4 ++-- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 126b31a73f9..e572482c31c 100644 --- a/README.md +++ b/README.md @@ -81,16 +81,16 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20 Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes -------------------------- | ------------ | -------------------------- | ----- -3.0.7-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.7-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release -[3.0.6](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.6) (**current stable**) | 2019-03-25 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.6](https://github.com/swagger-api/swagger-codegen/tree/v3.0.6) +3.0.8-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.8-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release +[3.0.7](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.7) (**current stable**) | 2019-03-26 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.7](https://github.com/swagger-api/swagger-codegen/tree/v3.0.7) [3.0.5](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.5) | 2019-02-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.5](https://github.com/swagger-api/swagger-codegen/tree/v3.0.5) [3.0.4](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.4) | 2019-01-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.4](https://github.com/swagger-api/swagger-codegen/tree/v3.0.4) [3.0.3](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.3) | 2018-11-30 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.3](https://github.com/swagger-api/swagger-codegen/tree/v3.0.3) [3.0.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.2)| 2018-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release [3.0.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.1)| 2018-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes [3.0.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0)| 2018-09-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes -2.4.4-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.4-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release -[2.4.3](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.3) (**current stable**) | 2019-03-25 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.3](https://github.com/swagger-api/swagger-codegen/tree/v2.4.3) +2.4.5-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.5-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release +[2.4.4](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.3) (**current stable**) | 2019-03-26 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.4](https://github.com/swagger-api/swagger-codegen/tree/v2.4.4) [2.4.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.2) | 2019-02-18 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.2](https://github.com/swagger-api/swagger-codegen/tree/v2.4.2) [2.4.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.1) | 2019-01-16 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.1](https://github.com/swagger-api/swagger-codegen/tree/v2.4.1) [2.4.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.0) | 2018-11-30 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.0](https://github.com/swagger-api/swagger-codegen/tree/v2.4.0) diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index 410b505a034..df04d108bff 100644 --- a/modules/swagger-codegen-cli/pom.xml +++ b/modules/swagger-codegen-cli/pom.xml @@ -3,7 +3,7 @@ io.swagger swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 ../.. 4.0.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index 906fe019598..9aefbbd5c11 100644 --- a/modules/swagger-codegen-maven-plugin/pom.xml +++ b/modules/swagger-codegen-maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.swagger swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 ../.. swagger-codegen-maven-plugin diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index d4e5bfa8176..1a1b9dd1b24 100644 --- a/modules/swagger-codegen/pom.xml +++ b/modules/swagger-codegen/pom.xml @@ -3,7 +3,7 @@ io.swagger swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 ../.. 4.0.0 diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml index 50d23908fc6..377618f2fa0 100644 --- a/modules/swagger-generator/pom.xml +++ b/modules/swagger-generator/pom.xml @@ -4,7 +4,7 @@ io.swagger swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 ../.. swagger-generator diff --git a/pom.xml b/pom.xml index 0027ca5bda8..72651b3254f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -938,7 +938,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.bash b/pom.xml.bash index 9c77c501bbc..b73a3895e3b 100644 --- a/pom.xml.bash +++ b/pom.xml.bash @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -914,7 +914,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.circleci b/pom.xml.circleci index dc20ace3852..fe3ccf9fcbe 100644 --- a/pom.xml.circleci +++ b/pom.xml.circleci @@ -10,7 +10,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -962,7 +962,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.circleci.java7 b/pom.xml.circleci.java7 index d4026b757f7..1714b180bbb 100644 --- a/pom.xml.circleci.java7 +++ b/pom.xml.circleci.java7 @@ -10,7 +10,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -944,7 +944,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.ios b/pom.xml.ios index 6658c1374b1..318ea8f30e3 100644 --- a/pom.xml.ios +++ b/pom.xml.ios @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -922,7 +922,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.jenkins b/pom.xml.jenkins index 985cfaa3c01..2c9d58938a2 100644 --- a/pom.xml.jenkins +++ b/pom.xml.jenkins @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1004,7 +1004,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.jenkins.java7 b/pom.xml.jenkins.java7 index b2e0195c7bf..43b1d1bbee5 100644 --- a/pom.xml.jenkins.java7 +++ b/pom.xml.jenkins.java7 @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -926,7 +926,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22 diff --git a/pom.xml.travis b/pom.xml.travis index 0027ca5bda8..72651b3254f 100644 --- a/pom.xml.travis +++ b/pom.xml.travis @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 2.4.4-SNAPSHOT + 2.4.4 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -938,7 +938,7 @@ - 1.0.43 + 1.0.44 2.11.1 3.3.0 1.5.22