From 50ee2d501615600045a35724826870b69bdb1ae3 Mon Sep 17 00:00:00 2001 From: Olena Chubukina Date: Wed, 5 Nov 2025 14:51:50 +0100 Subject: [PATCH 1/2] NOJIRA - update to SSDK 20.0.0 and bb-som to 2025.10 --- CHANGELOG.md | 7 ++++++- pom.xml | 4 ++-- stream-compositions/pom.xml | 2 +- stream-sdk/stream-parent/pom.xml | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23344d737..766ddd0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## [8.3.0](https://github.com/Backbase/stream-services/compare/8.2.0...8.3.0) +### Changed +- Release: Upgrade to SSDK 20.0.0 +- Update bb-bom 2025.10 + ## [8.2.0-rc.1](https://github.com/Backbase/stream-services/compare/8.1.0...8.2.0) ### Changed -- RC Release: Upgrade to SSDK 20.0.0-rc.2 +- RC Release: Upgrade to SSDK 20.0.0 ## [8.0.0](https://github.com/Backbase/stream-services/compare/7.8.0...8.0.0) ### Changed diff --git a/pom.xml b/pom.xml index cad916813..4138ef5f9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.backbase.buildingblocks backbase-parent - 20.0.0-rc.2 + 20.0.0 @@ -40,7 +40,7 @@ 21 - 20.0.0-rc.2 + 20.0.0 2025.09-LTS 0.17.62 true diff --git a/stream-compositions/pom.xml b/stream-compositions/pom.xml index 0b1cd70b7..b9ccf483a 100644 --- a/stream-compositions/pom.xml +++ b/stream-compositions/pom.xml @@ -34,7 +34,7 @@ false **/test/**/* 2024.0.1 - 20.0.0-rc.2 + 20.0.0 3.0.2 /tmp true diff --git a/stream-sdk/stream-parent/pom.xml b/stream-sdk/stream-parent/pom.xml index 58e899566..0fd23ce83 100644 --- a/stream-sdk/stream-parent/pom.xml +++ b/stream-sdk/stream-parent/pom.xml @@ -5,7 +5,7 @@ com.backbase.buildingblocks backbase-parent - 20.0.0-rc.2 + 20.0.0 @@ -38,7 +38,7 @@ 21 - 20.0.0-rc.2 + 20.0.0 true From 765058ba0dc5a07ef665c511b667b9d484d3b94e Mon Sep 17 00:00:00 2001 From: Elena Chubukina Date: Fri, 14 Nov 2025 09:27:43 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766ddd0f7..57ec5ae0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file. ## [8.3.0](https://github.com/Backbase/stream-services/compare/8.2.0...8.3.0) ### Changed - Release: Upgrade to SSDK 20.0.0 -- Update bb-bom 2025.10 ## [8.2.0-rc.1](https://github.com/Backbase/stream-services/compare/8.1.0...8.2.0) ### Changed