Skip to content

Commit 3e54d85

Browse files
committed
build(2.3.0-rc4): bump version and update docs
1 parent c38d4e9 commit 3e54d85

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

.tractusx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
leadingRepository: "https://github.com/eclipse-tractusx/portal"
2121
openApiSpecs:
22-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/administration-service.yaml"
23-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/apps-service.yaml"
24-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/notifications-service.yaml"
25-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/registration-service.yaml"
26-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/services-service.yaml"
22+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/administration-service.yaml"
23+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/apps-service.yaml"
24+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/notifications-service.yaml"
25+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/registration-service.yaml"
26+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/services-service.yaml"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
44

55
## Unreleased
66

7+
## 2.3.0-RC4
8+
9+
### Change
10+
11+
* **Keycloak realm seeding job**: made seeder configurable [#1174](https://github.com/eclipse-tractusx/portal-backend/pull/1174)
12+
713
## 2.3.0-RC3
814

915
### Technical Support

docs/api/administration-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
4-
version: v2.3.0-RC3
4+
version: v2.3.0-RC4
55
paths:
66
/api/administration/companydata/ownCompanyDetails:
77
get:

docs/api/apps-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
4-
version: v2.3.0-RC3
4+
version: v2.3.0-RC4
55
paths:
66
'/api/apps/AppChange/{appId}/role/activeapp':
77
post:

docs/api/notifications-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
4-
version: v2.3.0-RC3
4+
version: v2.3.0-RC4
55
paths:
66
/api/notification/errormessage:
77
get:

docs/api/registration-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
4-
version: v2.3.0-RC3
4+
version: v2.3.0-RC4
55
paths:
66
/api/registration/errormessage:
77
get:

docs/api/services-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
4-
version: v2.3.0-RC3
4+
version: v2.3.0-RC4
55
paths:
66
/api/services/errormessage:
77
get:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<Project>
2121
<PropertyGroup>
2222
<VersionPrefix>2.3.0</VersionPrefix>
23-
<VersionSuffix>RC3</VersionSuffix>
23+
<VersionSuffix>RC4</VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)