Skip to content

Commit af8fba9

Browse files
committed
prepare release 1.0.8
1 parent ecab5dc commit af8fba9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>swagger-petstore-v31</artifactId>
55
<packaging>war</packaging>
66
<name>Swagger Petstore V3.1</name>
7-
<version>1.0.8-SNAPSHOT</version>
7+
<version>1.0.8</version>
88
<url>https://github.com/swagger-api/swagger-petstore</url>
99
<scm>
1010
<connection>scm:git:[email protected]:swagger-api/swagger-petstore.git</connection>

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

+1-1
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.8-SNAPSHOT",
25+
version = "1.0.8",
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

+1-1
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.8-SNAPSHOT",
14+
"version" : "1.0.8",
1515
"summary" : "Pet Store 3.1",
1616
"x-namespace" : "swagger"
1717
},

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

+1-1
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.8-SNAPSHOT
14+
version: 1.0.8
1515
summary: Pet Store 3.1
1616
x-namespace: swagger
1717
externalDocs:

src/main/webapp/design-first/petstore.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://www.apache.org/licenses/LICENSE-2.0.html
16-
version: 1.0.8-SNAPSHOT
16+
version: 1.0.8
1717
x-namespace: Swagger
1818
externalDocs:
1919
description: Find out more about Swagger

0 commit comments

Comments
 (0)