We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409e9ba commit f1ed336Copy full SHA for f1ed336
pom.xml
@@ -9,7 +9,7 @@
9
<artifactId>swagger-petstore</artifactId>
10
<packaging>war</packaging>
11
<name>swagger-petstore</name>
12
- <version>1.0.26</version>
+ <version>1.0.27-SNAPSHOT</version>
13
<prerequisites>
14
<maven>2.2.0</maven>
15
</prerequisites>
src/main/resources/openapi.yaml
@@ -16,7 +16,7 @@ info:
16
license:
17
name: Apache 2.0
18
url: https://www.apache.org/licenses/LICENSE-2.0.html
19
- version: 1.0.26
+ version: 1.0.27-SNAPSHOT
20
externalDocs:
21
description: Find out more about Swagger
22
url: https://swagger.io
0 commit comments