From b205e225824b2f92469adea5e621127691cbd0eb Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 18 Apr 2023 19:08:53 -0700 Subject: [PATCH] Update release notes wrt #170 --- pom.xml | 2 +- release-notes/CREDITS | 3 +++ release-notes/VERSION | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d4818f2..44af338b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.fasterxml oss-parent - 49 + 50 com.fasterxml.woodstox diff --git a/release-notes/CREDITS b/release-notes/CREDITS index 7360020d..e6d2f716 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -69,6 +69,9 @@ Chris Rankin (chrisr3@github) (6.3.0) * Contributed #155: Declare `osgi.serviceloader.registrar` requirement as optional (6.3.1) +* Contributed #170: After update to 6.5.0, in osgi/felix runtime the bundle is not started + due to missing dependency + (6.5.1) Ben Spiller (ben-spiller@github) diff --git a/release-notes/VERSION b/release-notes/VERSION index 10346281..76bb2043 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -4,6 +4,13 @@ Project: woodstox === Releases === ------------------------------------------------------------------------ +6.5.1 (19-Apr-2023) + +#170: After update to 6.5.0, in osgi/felix runtime the bundle is not started + due to missing dependency + (reported by @oana-dc) + (fix contributed by Chris R) + 6.5.0 (14-Jan-2023) #163: `woodstox-core` 6.3/6.4 javac warning due to unexpected new dependency