From 14f456a6103cf5ca63d28dc1f7fa24f063eb7cff Mon Sep 17 00:00:00 2001 From: rbradley813 Date: Thu, 19 Dec 2024 12:11:25 -0500 Subject: [PATCH 1/2] test affecting release --- release_notes.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/release_notes.md b/release_notes.md index e3b503c..49af576 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,12 +1,6 @@ # GitHub Test Release Notes -## Changes since Release 1.27.0 +## Changes since Release 1.28.0 + +*test -* Reasoner Modules moved to tinkar-core from Komet -* Time-based & Tag-based Change Set Export functionality with Manifest summary -* Timestamps handled in Protobuf as Epoch milliseconds instead of Protobuf Timestamp Object -* UUIDs handled in Protobuf as regular Strings instead of ByteStrings -* Fixes Owl Syntax transformation of dataHasValue and subDataPropertyOf keywords -* Introduced functionality for specifying author, module, and path for transformed Owl syntax semantics -* Export/Import round-trip integration tests verifying the integrity of transformed data -* Bug fixes and performance improvements From 7bbf3e13111c9506b5a6d19b691bf339c5e9efb2 Mon Sep 17 00:00:00 2001 From: rbradley813 Date: Thu, 19 Dec 2024 12:14:38 -0500 Subject: [PATCH 2/2] test non-snapshot version --- java-parent/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java-parent/pom.xml b/java-parent/pom.xml index 9193487..8ca0a9d 100644 --- a/java-parent/pom.xml +++ b/java-parent/pom.xml @@ -6,7 +6,7 @@ dev.ikm.build gitub_actions_test_parent - 12.10.0-SNAPSHOT + 1.0.99 gitub_actions_test_java-parent Java Parent diff --git a/pom.xml b/pom.xml index 9f83d64..efd0b07 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 dev.ikm.build gitub_actions_test_parent - 12.10.0-SNAPSHOT + 1.0.99 General Build Parent Test The General Parent that helps to define the build processes that should be used across projects, regardless of.