Skip to content

Commit

Permalink
Merge pull request #55 from eclipse-tractusx/version/3.0.3-release
Browse files Browse the repository at this point in the history
version(App): increase BPDM to version 3.0.3
  • Loading branch information
nicoprow committed Feb 23, 2023
2 parents c1e9001 + 782d6af commit 4459c77
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bpdm-common/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>bpdm-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bpdm-gate/pom.xml
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>bpdm-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bpdm-pool/pom.xml
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>bpdm-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.json
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": "3.0.3-SNAPSHOT"
"version": "3.0.3"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/gate.yaml
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: 3.0.3-SNAPSHOT
version: 3.0.3
servers:
- url: http://localhost:8081
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.json
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": "3.0.3-SNAPSHOT"
"version": "3.0.3"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/api/pool.yaml
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: 3.0.3-SNAPSHOT
version: 3.0.3
servers:
- url: http://localhost:8080
description: Generated server url
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@
<artifactId>bpdm-parent</artifactId>
<name>Business Partner Data Management Parent</name>
<description>Parent pom of Business Partner Data Management</description>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 4459c77

Please sign in to comment.