diff --git a/README.md b/README.md index e9a1506e299..4e720dce380 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,17 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20 Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes -------------------------- | ------------ | -------------------------- | ----- -3.0.6-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.6-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release -[3.0.5](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.5) (**current stable**) | 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.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.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.3-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.3-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release -[2.4.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.2) (**current stable**) | 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.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.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) [2.3.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.3.1) | 2018-01-17 | 1.0, 1.1, 1.2, 2.0 | [tag v2.3.1](https://github.com/swagger-api/swagger-codegen/tree/v2.3.1) @@ -98,6 +100,7 @@ To build from source, you need the following installed and available in your $PA * [Apache maven 3.3.3 or greater](http://maven.apache.org/) #### OS X Users + Don't forget to install Java 8. You probably have 1.6 or 1.7. Export JAVA_HOME in order to use the supported Java version: diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index d8f2f0c820f..20d5cbe1566 100644 --- a/modules/swagger-codegen-cli/pom.xml +++ b/modules/swagger-codegen-cli/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 ../.. 4.0.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index 13b5378c132..318ccc16147 100644 --- a/modules/swagger-codegen-maven-plugin/pom.xml +++ b/modules/swagger-codegen-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 ../.. swagger-codegen-maven-plugin diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index be091e9be49..6211f9db0dc 100644 --- a/modules/swagger-codegen/pom.xml +++ b/modules/swagger-codegen/pom.xml @@ -3,7 +3,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 ../.. 4.0.0 @@ -200,7 +200,7 @@ 1.3.0 - 2.4.3-SNAPSHOT + 2.4.3 diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml index 29d4ce9d294..7a94db3bb19 100644 --- a/modules/swagger-generator/pom.xml +++ b/modules/swagger-generator/pom.xml @@ -4,7 +4,7 @@ io.swagger.codegen.v3 swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 ../.. swagger-generator diff --git a/modules/swagger-generator/src/main/resources/openapi.yaml b/modules/swagger-generator/src/main/resources/openapi.yaml index 08e793982e2..d888141f5e2 100644 --- a/modules/swagger-generator/src/main/resources/openapi.yaml +++ b/modules/swagger-generator/src/main/resources/openapi.yaml @@ -4,7 +4,7 @@ servers: info: description: 'This is an online swagger codegen server. You can find out more at https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).' - version: 3.0.6-SNAPSHOT + version: 3.0.6 title: Swagger Generator license: name: Apache 2.0 diff --git a/pom.docker.xml b/pom.docker.xml index d7d040fc84b..49010a73c03 100644 --- a/pom.docker.xml +++ b/pom.docker.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1070,11 +1070,11 @@ - 1.0.6-SNAPSHOT + 1.0.6 2.0.7 1.5.22 - 2.0.10-SNAPSHOT - 1.0.43-SNAPSHOT + 2.0.10 + 1.0.43 2.9.8 2.11.1 3.3.0 diff --git a/pom.xml b/pom.xml index 8ff203f29b3..1111ab9d5ec 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1161,11 +1161,11 @@ - 1.0.6-SNAPSHOT + 1.0.6 2.0.7 1.5.22 - 2.0.10-SNAPSHOT - 1.0.43-SNAPSHOT + 2.0.10 + 1.0.43 2.9.8 2.11.1 3.3.0 diff --git a/pom.xml.bash b/pom.xml.bash index 3b0589aab3d..9b60967ac4e 100644 --- a/pom.xml.bash +++ b/pom.xml.bash @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1058,11 +1058,11 @@ - 1.0.6-SNAPSHOT + 1.0.6 2.0.7 1.5.22 - 2.0.10-SNAPSHOT - 1.0.43-SNAPSHOT + 2.0.10 + 1.0.43 2.9.8 2.11.1 3.3.0 diff --git a/pom.xml.shippable b/pom.xml.shippable index d1c13db7761..7a3435b64d4 100644 --- a/pom.xml.shippable +++ b/pom.xml.shippable @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.6-SNAPSHOT + 3.0.6 https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1060,11 +1060,11 @@ - 1.0.6-SNAPSHOT + 1.0.6 2.0.7 1.5.22 - 2.0.10-SNAPSHOT - 1.0.43-SNAPSHOT + 2.0.10 + 1.0.43 2.9.8 2.11.1 3.3.0 diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml index 53f8001b2eb..e5ad5d776b0 100644 --- a/samples/meta-codegen/pom.xml +++ b/samples/meta-codegen/pom.xml @@ -120,8 +120,8 @@ UTF-8 - 3.0.6-SNAPSHOT - 1.0.6-SNAPSHOT + 3.0.6 + 1.0.6 1.0.0 4.8.1 3.0.0