Skip to content

Commit e27fa6a

Browse files
Merge pull request #24 from swagger-api/prepare-release-1.0.3
Preparing release of 1.0.3
2 parents 4d6e410 + d8b9df2 commit e27fa6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This goal downloads an API definition from SwaggerHub to a local file as part of
6565
<plugin>
6666
<groupId>io.swagger</groupId>
6767
<artifactId>swaggerhub-maven-plugin</artifactId>
68-
<version>1.0.3-SNAPSHOT</version>
68+
<version>1.0.3</version>
6969
<executions>
7070
<execution>
7171
<phase>generate-resources</phase>
@@ -174,7 +174,7 @@ This example uploads the specified API definition in JSON format as a public API
174174
<plugin>
175175
<groupId>io.swagger</groupId>
176176
<artifactId>swaggerhub-maven-plugin</artifactId>
177-
<version>1.0.3-SNAPSHOT</version>
177+
<version>1.0.3</version>
178178
<executions>
179179
<execution>
180180
<phase>deploy</phase>
@@ -223,7 +223,7 @@ This example uses the [Swagger Maven plugin](https://github.com/swagger-api/swag
223223
<plugin>
224224
<groupId>io.swagger</groupId>
225225
<artifactId>swaggerhub-maven-plugin</artifactId>
226-
<version>1.0.3-SNAPSHOT</version>
226+
<version>1.0.3</version>
227227
<executions>
228228
<execution>
229229
<phase>deploy</phase>
@@ -251,7 +251,7 @@ This example uploads all JSON and YAML files from the `${project.basedir}/api-de
251251
<plugin>
252252
<groupId>io.swagger</groupId>
253253
<artifactId>swaggerhub-maven-plugin</artifactId>
254-
<version>1.0.3-SNAPSHOT</version>
254+
<version>1.0.3</version>
255255
<executions>
256256
<execution>
257257
<phase>deploy</phase>
@@ -277,7 +277,7 @@ This example uploads all JSON and YAML files from the specified directory whose
277277
<plugin>
278278
<groupId>io.swagger</groupId>
279279
<artifactId>swaggerhub-maven-plugin</artifactId>
280-
<version>1.0.3-SNAPSHOT</version>
280+
<version>1.0.3</version>
281281
<executions>
282282
<execution>
283283
<phase>deploy</phase>
@@ -300,7 +300,7 @@ This example uploads all JSON and YAML files from the specified directory whose
300300
<plugin>
301301
<groupId>io.swagger</groupId>
302302
<artifactId>swaggerhub-maven-plugin</artifactId>
303-
<version>1.0.3-SNAPSHOT</version>
303+
<version>1.0.3</version>
304304
<executions>
305305
<execution>
306306
<phase>deploy</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.swagger</groupId>
1111
<artifactId>swaggerhub-maven-plugin</artifactId>
12-
<version>1.0.3-SNAPSHOT</version>
12+
<version>1.0.3</version>
1313
<packaging>maven-plugin</packaging>
1414
<name>SwaggerHub Maven Plugin</name>
1515
<description>A maven plugin for downloading and uploading Swagger/OAS definitions from/to SwaggerHub as

0 commit comments

Comments
 (0)