From 782d6afc872bd9d9d3712e45ecf8da1c94295b97 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Thu, 23 Feb 2023 15:59:44 +0100 Subject: [PATCH] version(App): increase BPDM to version 3.0.3 --- CHANGELOG.md | 5 ++--- bpdm-common/pom.xml | 2 +- bpdm-gate/pom.xml | 2 +- bpdm-pool/pom.xml | 2 +- docs/api/gate.json | 2 +- docs/api/gate.yaml | 2 +- docs/api/pool.json | 2 +- docs/api/pool.yaml | 2 +- pom.xml | 2 +- 9 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0578537a..4f718051a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), -## [3.0.3] - tbd +## [3.0.3] - 2022-02-23 ### Security @@ -19,8 +19,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), ### Changed - BPDM Pool: SaaS Sharing Service Importer now also adds missing import entries (SaaS-ID to BPN) when encountering Business Partners that already have BPNs in - the SaaS - storage (possible due to legacy imports done before) + the SaaS storage (possible due to legacy imports done before) - BPDM Pool: Business Partner searches have now limited pagination length. Limit is adjustable in configuration. ### Fixed diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index 3eec09eed..d2f88997a 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -29,7 +29,7 @@ org.eclipse.tractusx bpdm-parent - 3.0.3-SNAPSHOT + 3.0.3 diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 6b0a16f4a..0c0ed300b 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 3.0.3-SNAPSHOT + 3.0.3 diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index c187f6a2a..806b4355b 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 3.0.3-SNAPSHOT + 3.0.3 diff --git a/docs/api/gate.json b/docs/api/gate.json index 2e4c4f009..676423bb4 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": "3.0.3-SNAPSHOT" + "version": "3.0.3" }, "servers": [ { diff --git a/docs/api/gate.yaml b/docs/api/gate.yaml index 0d633626b..c5448066e 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: 3.0.3-SNAPSHOT + version: 3.0.3 servers: - url: http://localhost:8081 description: Generated server url diff --git a/docs/api/pool.json b/docs/api/pool.json index 43347f5f6..56c7c2bdf 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": "3.0.3-SNAPSHOT" + "version": "3.0.3" }, "servers": [ { diff --git a/docs/api/pool.yaml b/docs/api/pool.yaml index cd367a811..49650be26 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: 3.0.3-SNAPSHOT + version: 3.0.3 servers: - url: http://localhost:8080 description: Generated server url diff --git a/pom.xml b/pom.xml index c8d069e5e..251d2812c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ bpdm-parent Business Partner Data Management Parent Parent pom of Business Partner Data Management - 3.0.3-SNAPSHOT + 3.0.3 pom