diff --git a/pom.xml b/pom.xml
index 14eefb77..8d9aaee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
swagger-petstore-v31
war
Swagger Petstore V3.1
- 1.0.5-SNAPSHOT
+ 1.0.5
https://github.com/swagger-api/swagger-petstore
scm:git:git@github.com:swagger-api/swagger-petstore.git
diff --git a/src/main/java/io/swagger/petstore/resource/DefinitionResource.java b/src/main/java/io/swagger/petstore/resource/DefinitionResource.java
index 16f79d53..240ffd75 100644
--- a/src/main/java/io/swagger/petstore/resource/DefinitionResource.java
+++ b/src/main/java/io/swagger/petstore/resource/DefinitionResource.java
@@ -22,7 +22,7 @@
info = @Info(
title = "Swagger Petstore - OpenAPI 3.1",
summary = "Pet Store 3.1",
- version = "1.0.5-SNAPSHOT",
+ version = "1.0.5",
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).",
termsOfService = "http://swagger.io/terms/",
contact = @Contact (
diff --git a/src/main/webapp/code-first/openapi.json b/src/main/webapp/code-first/openapi.json
index f1d58f57..b5678bf0 100644
--- a/src/main/webapp/code-first/openapi.json
+++ b/src/main/webapp/code-first/openapi.json
@@ -11,7 +11,7 @@
"name" : "Apache 2.0 AND (MIT OR GPL-2.0-only)",
"identifier" : "Apache-2.0 AND (MIT OR GPL-2.0-only)"
},
- "version" : "1.0.5-SNAPSHOT",
+ "version" : "1.0.5",
"summary" : "Pet Store 3.1",
"x-namespace" : "swagger"
},
diff --git a/src/main/webapp/code-first/openapi.yaml b/src/main/webapp/code-first/openapi.yaml
index 1bb09dd9..10b6818e 100644
--- a/src/main/webapp/code-first/openapi.yaml
+++ b/src/main/webapp/code-first/openapi.yaml
@@ -11,7 +11,7 @@ info:
license:
name: Apache 2.0 AND (MIT OR GPL-2.0-only)
identifier: Apache-2.0 AND (MIT OR GPL-2.0-only)
- version: 1.0.5-SNAPSHOT
+ version: 1.0.5
summary: Pet Store 3.1
x-namespace: swagger
externalDocs:
diff --git a/src/main/webapp/design-first/petstore.yaml b/src/main/webapp/design-first/petstore.yaml
index 060d2be5..8b28d7de 100644
--- a/src/main/webapp/design-first/petstore.yaml
+++ b/src/main/webapp/design-first/petstore.yaml
@@ -10,7 +10,7 @@ info:
license:
name: Apache 2.0 AND (MIT OR GPL-2.0-only)
identifier: Apache-2.0 AND (MIT OR GPL-2.0-only)
- version: 1.0.5-SNAPSHOT
+ version: 1.0.5
x-namespace: Swagger
externalDocs:
description: Find out more about Swagger