From a8595a243bf554aa8c28155fa5c5daa19192ee9f Mon Sep 17 00:00:00 2001 From: micryc Date: Wed, 27 Mar 2024 12:06:24 +0000 Subject: [PATCH] bump snapshot 1.0.6-SNAPSHOT --- pom.xml | 2 +- .../java/io/swagger/petstore/resource/DefinitionResource.java | 2 +- src/main/webapp/code-first/openapi.json | 2 +- src/main/webapp/code-first/openapi.yaml | 2 +- src/main/webapp/design-first/petstore.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8d9aaee0..6e0f963b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ swagger-petstore-v31 war Swagger Petstore V3.1 - 1.0.5 + 1.0.6-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 240ffd75..87c3f308 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", + version = "1.0.6-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 b5678bf0..1079f39a 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", + "version" : "1.0.6-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 10b6818e..99c2dbd6 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 + version: 1.0.6-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 8b28d7de..e9694fbc 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 + version: 1.0.6-SNAPSHOT x-namespace: Swagger externalDocs: description: Find out more about Swagger