Skip to content

Commit

Permalink
Pre 1.0.7 release changes (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmelody91 authored Jul 16, 2019
1 parent ff032c0 commit ac429a6
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 @@ -55,7 +55,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.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down Expand Up @@ -84,7 +84,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.7-SNAPSHOT</version>
<version>1.0.7</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand Down Expand Up @@ -240,7 +240,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.7-SNAPSHOT</version>
<version>1.0.7</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -289,7 +289,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.7-SNAPSHOT</version>
<version>1.0.7</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -317,7 +317,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.7-SNAPSHOT</version>
<version>1.0.7</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -343,7 +343,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.7-SNAPSHOT</version>
<version>1.0.7</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -366,7 +366,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.7-SNAPSHOT</version>
<version>1.0.7</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.7-SNAPSHOT</version>
<version>1.0.7</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 ac429a6

Please sign in to comment.