From f3ad63550c164fb326aadf0a2f126ce2ddb1de30 Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 24 Jan 2024 17:18:57 -0500 Subject: [PATCH 1/2] Use release version + release notes --- RELEASE_NOTES.md | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29bb..9ff07485b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1,2 @@ +* Fix null pointer on explicitly null params in DSTU3 terminology requests +* Fix text creation on wrong xhtml node type \ No newline at end of file diff --git a/pom.xml b/pom.xml index 88ef479e2..c094d18ba 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 1.5.15-SNAPSHOT - 6.2.13 + 6.2.14 3.0.0-M5 5.2.1 4.11.0 From c0a8d7fe78c7d0e480f1d5756a62f6d04fdcb6cf Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 25 Jan 2024 11:51:29 -0500 Subject: [PATCH 2/2] Revise release notes --- RELEASE_NOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9ff07485b..d48a7934f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1 @@ -* Fix null pointer on explicitly null params in DSTU3 terminology requests * Fix text creation on wrong xhtml node type \ No newline at end of file