Skip to content

Commit 4d0ae8a

Browse files
authored
Merge pull request #1191 from eclipse-tractusx/release/v2.3.0
build(2.3.0): bump version and update docs
2 parents 5b0121c + b560211 commit 4d0ae8a

File tree

8 files changed

+89
-125
lines changed

8 files changed

+89
-125
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-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"
22+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/administration-service.yaml"
23+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/apps-service.yaml"
24+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/notifications-service.yaml"
25+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/registration-service.yaml"
26+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/services-service.yaml"

CHANGELOG.md

Lines changed: 78 additions & 114 deletions
Large diffs are not rendered by default.

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-RC4
4+
version: v2.3.0
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-RC4
4+
version: v2.3.0
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-RC4
4+
version: v2.3.0
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-RC4
4+
version: v2.3.0
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-RC4
4+
version: v2.3.0
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>RC4</VersionSuffix>
23+
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)