diff --git a/docs/api/bridge-dummy.json b/docs/api/bridge-dummy.json index 62ea4e0b9..d7648527e 100644 --- a/docs/api/bridge-dummy.json +++ b/docs/api/bridge-dummy.json @@ -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": [ { diff --git a/docs/api/bridge-dummy.yaml b/docs/api/bridge-dummy.yaml index 57e1a09b1..08338c351 100644 --- a/docs/api/bridge-dummy.yaml +++ b/docs/api/bridge-dummy.yaml @@ -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 diff --git a/docs/api/gate.json b/docs/api/gate.json index 5eaab185f..fb4e7a27b 100644 --- a/docs/api/gate.json +++ b/docs/api/gate.json @@ -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": [ { diff --git a/docs/api/gate.yaml b/docs/api/gate.yaml index 52f73a283..4b9c5e184 100644 --- a/docs/api/gate.yaml +++ b/docs/api/gate.yaml @@ -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 diff --git a/docs/api/pool.json b/docs/api/pool.json index 9a868b4c8..154dc66d2 100644 --- a/docs/api/pool.json +++ b/docs/api/pool.json @@ -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": [ { diff --git a/docs/api/pool.yaml b/docs/api/pool.yaml index 426ebd884..3386cb693 100644 --- a/docs/api/pool.yaml +++ b/docs/api/pool.yaml @@ -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