Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model Update]: SingleLevelBomAsBuilt 3.0.0 #637

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update RELEASE_NOTES.md
  • Loading branch information
johannsvarela authored Feb 19, 2024
commit 63b3fc7e5860d70ac86afbb40a73a075e5ff0728
4 changes: 2 additions & 2 deletions io.catenax.single_level_bom_as_built/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog
All notable changes to this model will be documented in this file.

## [3.0.0] - 2024-02-19
## [3.0.0] - 2024-02-26
### Changed
- changed `parentCatenaXId` to `catenaXId` to be conform with the data chain template
- changed `childCatenaXId` to `catenaXId` to be conform with the data chain template
- replaced the `quantityNumber` and `measurementUnit` properties with the `itemUnit` and `quantityValue` properties of the shared quantity 2.0.0 aspect model
- replaced the whole `CatenaXIdTraitCharacteristic` and its childs with the `UuidV4Trait` of the shared uuid 2.0.0 aspect model
- replaced the whole `BpnTrait` and its childs with the `BpnlTrait` of the shared business_partner_number 2.0.0 aspect model
Expand Down
Loading