8000 fix snapshot version by frantuma · Pull Request #193 · swagger-api/swagger-petstore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix snapshot version #193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
info = @Info(
title = "Swagger Petstore - OpenAPI 3.1",
summary = "Pet Store 3.1",
version = "1.0.9-SNAPSHOT",
version = "1.0.8-SNAPSHOT",
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).",
termsOfService = "https://swagger.io/terms/",
contact = @Contact (
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/code-first/openapi.json
CB22
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name" : "Apache 2.0",
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version" : "1.0.9-SNAPSHOT",
"version" : "1.0.8-SNAPSHOT",
"summary" : "Pet Store 3.1",
"x-namespace" : "swagger"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/code-first/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 1.0.9-SNAPSHOT
version: 1.0.8-SNAPSHOT
summary: Pet Store 3.1
x-namespace: swagger
externalDocs:
Expand Down
Loading
0