Skip to content

Commit

Permalink
Merge pull request #1191 from eclipse-tractusx/release/v2.3.0
Browse files Browse the repository at this point in the history
build(2.3.0): bump version and update docs
  • Loading branch information
evegufy authored Nov 29, 2024
2 parents 5b0121c + b560211 commit 4d0ae8a
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 125 deletions.
10 changes: 5 additions & 5 deletions .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

leadingRepository: "https://github.com/eclipse-tractusx/portal"
openApiSpecs:
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/administration-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/apps-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/notifications-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/registration-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC4/docs/api/services-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/administration-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/apps-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/notifications-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/registration-service.yaml"
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0/docs/api/services-service.yaml"
192 changes: 78 additions & 114 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/administration-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
version: v2.3.0-RC4
version: v2.3.0
paths:
/api/administration/companydata/ownCompanyDetails:
get:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/apps-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
version: v2.3.0-RC4
version: v2.3.0
paths:
'/api/apps/AppChange/{appId}/role/activeapp':
post:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/notifications-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
version: v2.3.0-RC4
version: v2.3.0
paths:
/api/notification/errormessage:
get:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/registration-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
version: v2.3.0-RC4
version: v2.3.0
paths:
/api/registration/errormessage:
get:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/services-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
version: v2.3.0-RC4
version: v2.3.0
paths:
/api/services/errormessage:
get:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.3.0</VersionPrefix>
<VersionSuffix>RC4</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 4d0ae8a

Please sign in to comment.