Skip to content

Commit

Permalink
docs(api): increase API docs version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed Aug 17, 2023
1 parent 4d2600f commit e3c1ecb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/bridge-dummy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Business Partner Data Management Bridge Dummy",
"description": "Bridge between Gate and Pool as a simple replacement for a dedicated sharing service",
"version": "4.0.0-SNAPSHOT"
"version": "4.0.0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/bridge-dummy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Business Partner Data Management Bridge Dummy
description: Bridge between Gate and Pool as a simple replacement for a dedicated sharing service
version: 4.0.0-SNAPSHOT
version: 4.0.0
servers:
- url: http://localhost:8083
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Business Partner Data Management Gate",
"description": "A gate for a member to share business partner data with CatenaX",
"version": "4.0.0-SNAPSHOT"
"version": "4.0.0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Business Partner Data Management Gate
description: A gate for a member to share business partner data with CatenaX
version: 4.0.0-SNAPSHOT
version: 4.0.0
servers:
- url: http://localhost:8081
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Business Partner Data Management Pool",
"description": "Service that manages and shares business partner data with other CatenaX services",
"version": "4.0.0-SNAPSHOT"
"version": "4.0.0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Business Partner Data Management Pool
description: Service that manages and shares business partner data with other CatenaX services
version: 4.0.0-SNAPSHOT
version: 4.0.0
servers:
- url: http://localhost:8080
description: Generated server url
Expand Down

0 comments on commit e3c1ecb

Please sign in to comment.