Skip to content

Commit

Permalink
Preparing release of 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Melody committed Mar 19, 2019
1 parent 4d6e410 commit d8b9df2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.3-SNAPSHOT</version>
<version>1.0.3</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand Down Expand Up @@ -174,7 +174,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.3-SNAPSHOT</version>
<version>1.0.3</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -223,7 +223,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.3-SNAPSHOT</version>
<version>1.0.3</version>
<executions>
<execution>
<phase>deploy</phase>
Expand Down Expand Up @@ -251,7 +251,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.3-SNAPSHOT</version>
<version>1.0.3</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -277,7 +277,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.3-SNAPSHOT</version>
<version>1.0.3</version>
<executions>
<execution>
<phase>deploy</phase>
Expand All @@ -300,7 +300,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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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 d8b9df2

Please sign in to comment.