From bde86c5c183bcd48e08a7e60da269b787744cf1b Mon Sep 17 00:00:00 2001 From: Hugo Mercado Date: Thu, 24 May 2018 09:49:57 -0500 Subject: [PATCH] prepare release for 1.0.0-rc1 --- README.md | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2e5b44b78..441e97b0a8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - **Handlebars as template engine:** with Handelbars feature is possible to create more logic-less templates. - **OAS 3 support:** generator classes work with OpenAPI Specificacion V3. -More details about these and more differences are referenced at [https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc0) +More details about these and more differences are referenced at [https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0-rc1) ### Prerequisites You need the following installed and available in your $PATH: diff --git a/pom.xml b/pom.xml index 1d5ea52af8..482c1826ba 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.swagger swagger-codegen-generators - 1.0.0-SNAPSHOT + 1.0.0-rc1 jar @@ -157,7 +157,7 @@ 2.0.0 2.11.1 3.3.0 - 2.0.0-SNAPSHOT + 2.0.0 2.4 1.2 4.8.1 @@ -170,7 +170,7 @@ 2.19.1 1.25 0.9.10 - 3.0.0-SNAPSHOT + 3.0.0-rc1 \ No newline at end of file