Skip to content

Commit 1d99da9

Browse files
committed
prepare release 1.0.5
1 parent 8e8d636 commit 1d99da9

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.5-SNAPSHOT</version>
7+
<version>1.0.5</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.5-SNAPSHOT",
25+
version = "1.0.5",
2626
description = "This is a sample Pet Store Server based on the OpenAPI 3.1 specification.\nYou can find out more about\nSwagger at [http://swagger.io](http://swagger.io).",
2727
termsOfService = "http://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 AND (MIT OR GPL-2.0-only)",
1212
"identifier" : "Apache-2.0 AND (MIT OR GPL-2.0-only)"
1313
},
14-
"version" : "1.0.5-SNAPSHOT",
14+
"version" : "1.0.5",
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 AND (MIT OR GPL-2.0-only)
1313
identifier: Apache-2.0 AND (MIT OR GPL-2.0-only)
14-
version: 1.0.5-SNAPSHOT
14+
version: 1.0.5
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
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0 AND (MIT OR GPL-2.0-only)
1212
identifier: Apache-2.0 AND (MIT OR GPL-2.0-only)
13-
version: 1.0.5-SNAPSHOT
13+
version: 1.0.5
1414
x-namespace: Swagger
1515
externalDocs:
1616
description: Find out more about Swagger

0 commit comments

Comments
 (0)