From 317a599d60c568afa4ccd300d5c4bed83829ff9e Mon Sep 17 00:00:00 2001 From: Hugo Mercado Date: Fri, 23 Aug 2019 23:52:54 -0500 Subject: [PATCH] bump next snapshot 3.0.12-SNAPSHOT --- README.md | 6 +++--- modules/swagger-codegen-cli/pom.xml | 2 +- modules/swagger-codegen-maven-plugin/pom.xml | 2 +- modules/swagger-codegen/pom.xml | 4 ++-- modules/swagger-generator/pom.xml | 4 ++-- modules/swagger-generator/src/main/resources/openapi.yaml | 2 +- pom.docker.xml | 4 ++-- pom.xml | 4 ++-- pom.xml.bash | 4 ++-- pom.xml.shippable | 2 +- samples/meta-codegen/pom.xml | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 4be29b77983..30694126803 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3.svg)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3) -- 3.0.11: [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen) +- 3.0.12-SNAPSHOT: [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen) [![Java Test](https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3.svg)](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) - Master (2.4.8): [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/master.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen) @@ -38,7 +38,7 @@ dependency example: io.swagger.codegen.v3 swagger-codegen-maven-plugin - 3.0.11 + 3.0.12-SNAPSHOT ``` @@ -55,7 +55,7 @@ dependency example: io.swagger swagger-codegen-maven-plugin - 2.4.8 + 2.4.9-SNAPSHOT ``` diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml index 9b913a10b08..1458b0c7ac2 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.11 + 3.0.12-SNAPSHOT ../.. 4.0.0 diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml index bffe0440baf..51976adcb05 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.11 + 3.0.12-SNAPSHOT ../.. swagger-codegen-maven-plugin diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml index a2a13ba193d..1be55a8e854 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.11 + 3.0.12-SNAPSHOT ../.. 4.0.0 @@ -200,7 +200,7 @@ 1.3.0 - 2.4.8 + 2.4.9-SNAPSHOT diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml index d090e4bdfae..589dad04d48 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.11 + 3.0.12-SNAPSHOT ../.. swagger-generator @@ -331,4 +331,4 @@ 8080 8079 - \ No newline at end of file + diff --git a/modules/swagger-generator/src/main/resources/openapi.yaml b/modules/swagger-generator/src/main/resources/openapi.yaml index 02392b07c53..98e334e9f22 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.11 + version: 3.0.12-SNAPSHOT title: Swagger Generator license: name: Apache 2.0 diff --git a/pom.docker.xml b/pom.docker.xml index c2c31bc98dc..1b4fc8885fe 100644 --- a/pom.docker.xml +++ b/pom.docker.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.11 + 3.0.12-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1070,7 +1070,7 @@ - 1.0.11 + 1.0.12-SNAPSHOT 2.0.9 1.5.23 2.0.14 diff --git a/pom.xml b/pom.xml index 60bf17abbd4..e0d059482de 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.11 + 3.0.12-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1161,7 +1161,7 @@ - 1.0.11 + 1.0.12-SNAPSHOT 2.0.9 1.5.23 2.0.14 diff --git a/pom.xml.bash b/pom.xml.bash index 5fe09deabbe..f1b07a25c26 100644 --- a/pom.xml.bash +++ b/pom.xml.bash @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.11 + 3.0.12-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git @@ -1058,7 +1058,7 @@ - 1.0.11 + 1.0.12-SNAPSHOT 2.0.9 1.5.23 2.0.14 diff --git a/pom.xml.shippable b/pom.xml.shippable index 09696443f37..e7eefcd7b59 100644 --- a/pom.xml.shippable +++ b/pom.xml.shippable @@ -9,7 +9,7 @@ swagger-codegen-project pom swagger-codegen-project - 3.0.11 + 3.0.12-SNAPSHOT https://github.com/swagger-api/swagger-codegen scm:git:git@github.com:swagger-api/swagger-codegen.git diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml index 0cad412c28d..6e0344a72f7 100644 --- a/samples/meta-codegen/pom.xml +++ b/samples/meta-codegen/pom.xml @@ -120,8 +120,8 @@ UTF-8 - 3.0.11 - 1.0.11 + 3.0.12-SNAPSHOT + 1.0.12-SNAPSHOT 1.0.0 4.8.1 3.0.0