@@ -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 >
0 commit comments