From 6bc17d33163dd0cff23ac9ff1954d478f0792aea Mon Sep 17 00:00:00 2001 From: Tomasz Jacewski Date: Mon, 19 Feb 2024 14:12:56 +0100 Subject: [PATCH 1/4] Update PartClassification.ttl improved example data for part classification --- .../1.0.0/PartClassification.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl b/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl index c7d0827d..2cb79acd 100644 --- a/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl +++ b/io.catenax.shared.part_classification/1.0.0/PartClassification.ttl @@ -58,19 +58,19 @@ samm:preferredName "Classification Standard"@en ; samm:description "Identified classification standards that align to the Catena-X needs."@en ; samm:characteristic :ClassificationStandardCharacteristic ; - samm:exampleValue "IEC" . + samm:exampleValue "GIN 20510-21513" . :classificationID a samm:Property ; samm:preferredName "Classification ID"@en ; samm:description "The classification ID of the part type according to the corresponding standard definition mentioned in the key value pair."@en ; samm:characteristic :ClassificationIDCharacteristic ; - samm:exampleValue "61360- 2:2012 " . + samm:exampleValue "1004712" . :classificationDescription a samm:Property ; samm:preferredName "Classification Description"@en ; samm:description "Optional property describing the classification standard."@en ; samm:characteristic samm-c:Text ; - samm:exampleValue "Standard data element types with associated classification scheme for electric components." . + samm:exampleValue "Generic standard for classification of parts in the automotive industry." . :ClassificationStandardCharacteristic a samm:Characteristic ; samm:preferredName "Classification Standard Characteristic"@en ; From 4b8ac34d71a9a47dac9f581d22bda445e8868181 Mon Sep 17 00:00:00 2001 From: Tomasz Jacewski Date: Mon, 19 Feb 2024 14:17:31 +0100 Subject: [PATCH 2/4] Update RELEASE_NOTES.md fixed release notes --- .../RELEASE_NOTES.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/io.catenax.shared.part_classification/RELEASE_NOTES.md b/io.catenax.shared.part_classification/RELEASE_NOTES.md index 9ba5b97b..dad209a5 100644 --- a/io.catenax.shared.part_classification/RELEASE_NOTES.md +++ b/io.catenax.shared.part_classification/RELEASE_NOTES.md @@ -1,11 +1,10 @@ -Changelog +# Changelog All notable changes to this model will be documented in this file. -[1.0.0] - 2024-01-23 +## [1.0.0] - 2024-01-23 and 2024-02-19 Added -initial model -Changed -n/a +- initial model -Removed -n/a +Changed +- fixed formatting for these release notes +- fixed misleading example values From f08f067522a6ef7dee97994761e38c56770deb9f Mon Sep 17 00:00:00 2001 From: Tomasz Jacewski Date: Mon, 19 Feb 2024 14:18:47 +0100 Subject: [PATCH 3/4] Update RELEASE_NOTES.md fixed release notes formatting --- .../RELEASE_NOTES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/io.catenax.shared.part_classification/RELEASE_NOTES.md b/io.catenax.shared.part_classification/RELEASE_NOTES.md index dad209a5..dea82346 100644 --- a/io.catenax.shared.part_classification/RELEASE_NOTES.md +++ b/io.catenax.shared.part_classification/RELEASE_NOTES.md @@ -1,10 +1,11 @@ # Changelog All notable changes to this model will be documented in this file. -## [1.0.0] - 2024-01-23 and 2024-02-19 -Added -- initial model - +## [1.0.0] - 2024-02-19 Changed -- fixed formatting for these release notes - fixed misleading example values +- fixed formatting for these release notes + +## [1.0.0] - 2024-01-23 +Added +- initial model From 7e5d66e0924ef8c104ee88e0250b5c51c603fb71 Mon Sep 17 00:00:00 2001 From: Tomasz Jacewski Date: Mon, 19 Feb 2024 16:55:41 +0100 Subject: [PATCH 4/4] Update RELEASE_NOTES.md --- io.catenax.shared.part_classification/RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io.catenax.shared.part_classification/RELEASE_NOTES.md b/io.catenax.shared.part_classification/RELEASE_NOTES.md index dea82346..d6cdec7a 100644 --- a/io.catenax.shared.part_classification/RELEASE_NOTES.md +++ b/io.catenax.shared.part_classification/RELEASE_NOTES.md @@ -2,6 +2,8 @@ All notable changes to this model will be documented in this file. ## [1.0.0] - 2024-02-19 +> Note Non-incremental change + Changed - fixed misleading example values - fixed formatting for these release notes