@@ -36,7 +36,7 @@ The usage pattern depends on whether you use the [code-first or design-first](ht
3636 <dependency >
3737 <groupId >io.swagger</groupId >
3838 <artifactId >swaggerhub-maven-plugin</artifactId >
39- <version >1.0.3 </version >
39+ <version >1.0.4 </version >
4040 </dependency >
4141```
4242V
@@ -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.4-SNAPSHOT </version >
68+ <version >1.0.4</version >
6969 <executions >
7070 <execution >
7171 <phase >generate-resources</phase >
@@ -194,7 +194,7 @@ This example uploads the specified API definition in JSON format as a public API
194194 <plugin >
195195 <groupId >io.swagger</groupId >
196196 <artifactId >swaggerhub-maven-plugin</artifactId >
197- <version >1.0.4-SNAPSHOT </version >
197+ <version >1.0.4</version >
198198 <executions >
199199 <execution >
200200 <phase >deploy</phase >
@@ -243,7 +243,7 @@ This example uses the [Swagger Maven plugin](https://github.com/swagger-api/swag
243243 <plugin >
244244 <groupId >io.swagger</groupId >
245245 <artifactId >swaggerhub-maven-plugin</artifactId >
246- <version >1.0.4-SNAPSHOT </version >
246+ <version >1.0.4</version >
247247 <executions >
248248 <execution >
249249 <phase >deploy</phase >
@@ -271,7 +271,7 @@ This example uploads all JSON and YAML files from the `${project.basedir}/api-de
271271 <plugin >
272272 <groupId >io.swagger</groupId >
273273 <artifactId >swaggerhub-maven-plugin</artifactId >
274- <version >1.0.4-SNAPSHOT </version >
274+ <version >1.0.4</version >
275275 <executions >
276276 <execution >
277277 <phase >deploy</phase >
@@ -297,7 +297,7 @@ This example uploads all JSON and YAML files from the specified directory whose
297297 <plugin >
298298 <groupId >io.swagger</groupId >
299299 <artifactId >swaggerhub-maven-plugin</artifactId >
300- <version >1.0.4-SNAPSHOT </version >
300+ <version >1.0.4</version >
301301 <executions >
302302 <execution >
303303 <phase >deploy</phase >
@@ -320,7 +320,7 @@ This example uploads all JSON and YAML files from the specified directory whose
320320 <plugin >
321321 <groupId >io.swagger</groupId >
322322 <artifactId >swaggerhub-maven-plugin</artifactId >
323- <version >1.0.4-SNAPSHOT </version >
323+ <version >1.0.4</version >
324324 <executions >
325325 <execution >
326326 <phase >deploy</phase >
0 commit comments