From 247b60d2845088fcd10a621cee1ebef85cb9c2f4 Mon Sep 17 00:00:00 2001 From: michaelmelodysmartbear <42176254+michaelmelodysmartbear@users.noreply.github.com> Date: Wed, 15 May 2019 15:31:43 +0100 Subject: [PATCH] Updating versions ahead of 1.0.6 release (#40) --- README.md | 14 +++++++------- pom.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ebb8481..dfccb7f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The usage pattern depends on whether you use the [code-first or design-first](ht io.swagger swaggerhub-maven-plugin - 1.0.5 + 1.0.6 ``` @@ -82,7 +82,7 @@ This goal downloads an API definition from SwaggerHub to a local file as part of io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 generate-resources @@ -235,7 +235,7 @@ This example uploads the specified API definition in JSON format as a public API io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 deploy @@ -284,7 +284,7 @@ This example uses the [Swagger Maven plugin](https://github.com/swagger-api/swag io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 deploy @@ -312,7 +312,7 @@ This example uploads all JSON and YAML files from the `${project.basedir}/api-de io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 deploy @@ -338,7 +338,7 @@ This example uploads all JSON and YAML files from the specified directory whose io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 deploy @@ -361,7 +361,7 @@ This example uploads all JSON and YAML files from the specified directory whose io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 deploy diff --git a/pom.xml b/pom.xml index dcb3fe3..ba2cd06 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ io.swagger swaggerhub-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 maven-plugin SwaggerHub Maven Plugin A maven plugin for downloading and uploading Swagger/OAS definitions from/to SwaggerHub as