diff --git a/pom.xml b/pom.xml index 3c39cc9e..9b47f089 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ swagger-petstore-v31 war Swagger Petstore V3.1 - 1.0.6 + 1.0.7-SNAPSHOT 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 45dc54ed..72d15d17 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.6", + version = "1.0.7-SNAPSHOT", 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 ba8fdf5c..f1ce0284 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.6", + "version" : "1.0.7-SNAPSHOT", "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 74cfcb10..c985d44c 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.6 + version: 1.0.7-SNAPSHOT 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 da847562..06edc87f 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.6 + version: 1.0.7-SNAPSHOT x-namespace: Swagger externalDocs: description: Find out more about Swagger