Skip to content

Commit

Permalink
Updating versions ahead of 1.0.6 release (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmelody91 authored May 15, 2019
1 parent 24866aa commit 247b60d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The usage pattern depends on whether you use the [code-first or design-first](ht
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```

Expand Down Expand Up @@ -82,7 +82,7 @@ This goal downloads an API definition from SwaggerHub to a local file as part of
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand Down Expand Up @@ -235,7 +235,7 @@ This example uploads the specified API definition in JSON format as a public API
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -284,7 +284,7 @@ This example uses the [Swagger Maven plugin](https://github.com/swagger-api/swag
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -312,7 +312,7 @@ This example uploads all JSON and YAML files from the `${project.basedir}/api-de
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -338,7 +338,7 @@ This example uploads all JSON and YAML files from the specified directory whose
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -361,7 +361,7 @@ This example uploads all JSON and YAML files from the specified directory whose
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>maven-plugin</packaging>
<name>SwaggerHub Maven Plugin</name>
<description>A maven plugin for downloading and uploading Swagger/OAS definitions from/to SwaggerHub as
Expand Down

0 comments on commit 247b60d

Please sign in to comment.