We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cba9e commit 60050ebCopy full SHA for 60050eb
pom.xml
@@ -9,7 +9,7 @@
9
<artifactId>swagger-petstore</artifactId>
10
<packaging>war</packaging>
11
<name>swagger-petstore</name>
12
- <version>1.0.14</version>
+ <version>1.0.15</version>
13
<prerequisites>
14
<maven>2.2.0</maven>
15
</prerequisites>
src/main/resources/openapi.yaml
@@ -11,7 +11,7 @@ info:
Some useful links:
- [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)
- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
- version: 1.0.14
+ version: 1.0.15
title: Swagger Petstore - OpenAPI 3.0
16
termsOfService: 'http://swagger.io/terms/'
17
contact:
0 commit comments