There was an error while loading. Please reload this page.
1 parent 9fb97b1 commit 8f0dd28Copy full SHA for 8f0dd28
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
<name>swagger-petstore</name>
7
<description>swagger-petstore</description>
8
<url>https://github.com/swagger-api/swagger-petstore</url>
9
- <version>1.0.27-SNAPSHOT</version>
+ <version>1.0.27</version>
10
<scm>
11
<connection>scm:git:git@github.com:swagger-api/swagger-petstore.git</connection>
12
<developerConnection>scm:git:git@github.com:swagger-api/swagger-petstore.git</developerConnection>
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.27-SNAPSHOT
+ version: 1.0.27
20
externalDocs:
21
description: Find out more about Swagger
22
url: https://swagger.io
0 commit comments