Skip to content

Commit ecab5dc

Browse files
committed
fix snapshot version
1 parent 83b9f4c commit ecab5dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/io/swagger/petstore/resource/DefinitionResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
info = @Info(
2323
title = "Swagger Petstore - OpenAPI 3.1",
2424
summary = "Pet Store 3.1",
25-
version = "1.0.9-SNAPSHOT",
25+
version = "1.0.8-SNAPSHOT",
2626
description = "This is a sample Pet Store Server based on the OpenAPI 3.1 specification.\nYou can find out more about\nSwagger at [https://swagger.io](https://swagger.io).",
2727
termsOfService = "https://swagger.io/terms/",
2828
contact = @Contact (

src/main/webapp/code-first/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name" : "Apache 2.0",
1212
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
1313
},
14-
"version" : "1.0.9-SNAPSHOT",
14+
"version" : "1.0.8-SNAPSHOT",
1515
"summary" : "Pet Store 3.1",
1616
"x-namespace" : "swagger"
1717
},

src/main/webapp/code-first/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
license:
1212
name: Apache 2.0
1313
url: https://www.apache.org/licenses/LICENSE-2.0.html
14-
version: 1.0.9-SNAPSHOT
14+
version: 1.0.8-SNAPSHOT
1515
summary: Pet Store 3.1
1616
x-namespace: swagger
1717
externalDocs:

0 commit comments

Comments
 (0)