From fa8cbc9f401ec86df7d9f56909c45443a1040305 Mon Sep 17 00:00:00 2001 From: Olena Chubukina Date: Tue, 7 Apr 2026 16:22:18 +0200 Subject: [PATCH] DENG-135 - update version --- pom.xml | 2 +- stream-access-control/access-control-core/pom.xml | 2 +- stream-access-control/pom.xml | 2 +- stream-approvals/approvals-bootstrap-task/pom.xml | 2 +- stream-approvals/approvals-core/pom.xml | 2 +- stream-approvals/pom.xml | 2 +- stream-audiences/audiences-core/pom.xml | 2 +- stream-audiences/pom.xml | 2 +- stream-compositions/api/cursors-api/pom.xml | 2 +- .../api/cursors-api/transaction-cursor-api/pom.xml | 2 +- .../api/integrations-api/legal-entity-integration-api/pom.xml | 2 +- .../integrations-api/payment-order-integration-api/pom.xml | 2 +- stream-compositions/api/integrations-api/pom.xml | 2 +- .../integrations-api/product-catalog-integration-api/pom.xml | 2 +- .../api/integrations-api/product-integration-api/pom.xml | 2 +- .../api/integrations-api/transaction-integration-api/pom.xml | 2 +- stream-compositions/api/pom.xml | 2 +- .../api/service-api/legal-entity-composition-api/pom.xml | 2 +- .../api/service-api/payment-order-composition-api/pom.xml | 2 +- stream-compositions/api/service-api/pom.xml | 2 +- .../api/service-api/product-catalog-composition-api/pom.xml | 2 +- .../api/service-api/product-composition-api/pom.xml | 2 +- .../api/service-api/transaction-composition-api/pom.xml | 2 +- stream-compositions/cursors/pom.xml | 2 +- stream-compositions/cursors/transaction-cursor/pom.xml | 2 +- stream-compositions/events/grandcentral/pom.xml | 2 +- stream-compositions/events/legal-entity-egress/pom.xml | 2 +- stream-compositions/events/legal-entity-ingress/pom.xml | 2 +- stream-compositions/events/pom.xml | 2 +- stream-compositions/events/product-catalog-egress/pom.xml | 2 +- stream-compositions/events/product-catalog-ingress/pom.xml | 2 +- stream-compositions/events/product-egress/pom.xml | 2 +- stream-compositions/events/product-ingress/pom.xml | 2 +- stream-compositions/events/transaction-egress/pom.xml | 2 +- stream-compositions/events/transaction-ingress/pom.xml | 2 +- stream-compositions/pom.xml | 4 ++-- .../services/legal-entity-composition-service/pom.xml | 2 +- .../services/payment-order-composition-service/pom.xml | 2 +- stream-compositions/services/pom.xml | 2 +- .../services/product-catalog-composition-service/pom.xml | 2 +- .../services/product-composition-service/pom.xml | 2 +- .../services/transaction-composition-service/pom.xml | 2 +- stream-compositions/test-utils/pom.xml | 2 +- stream-contacts/contacts-core/pom.xml | 2 +- stream-contacts/pom.xml | 2 +- stream-cursor/cursor-core/pom.xml | 2 +- stream-cursor/cursor-http/pom.xml | 2 +- stream-cursor/cursor-publishers/pom.xml | 2 +- stream-cursor/cursor-store/pom.xml | 2 +- stream-cursor/pom.xml | 2 +- stream-customer-profile/customer-profile-core/pom.xml | 2 +- stream-customer-profile/pom.xml | 2 +- stream-dbs-clients/pom.xml | 2 +- stream-investment/investment-core/pom.xml | 2 +- stream-investment/pom.xml | 2 +- stream-legal-entity/legal-entity-bootstrap-task/pom.xml | 2 +- stream-legal-entity/legal-entity-core/pom.xml | 2 +- stream-legal-entity/legal-entity-http/pom.xml | 2 +- stream-legal-entity/pom.xml | 2 +- stream-limits/limits-core/pom.xml | 2 +- stream-limits/pom.xml | 2 +- stream-loans/loans-core/pom.xml | 2 +- stream-loans/pom.xml | 2 +- stream-models/approval-model/pom.xml | 2 +- stream-models/legal-entity-model/pom.xml | 2 +- stream-models/pom.xml | 2 +- stream-models/portfolio-model/pom.xml | 2 +- stream-models/product-catalog-model/pom.xml | 2 +- stream-payment-order/payment-order-core/pom.xml | 2 +- stream-payment-order/pom.xml | 2 +- stream-plan-manager/plan-manager-core/pom.xml | 2 +- stream-plan-manager/pom.xml | 2 +- stream-portfolio/pom.xml | 2 +- stream-portfolio/portfolio-bootstrap-task/pom.xml | 2 +- stream-portfolio/portfolio-core/pom.xml | 2 +- stream-portfolio/portfolio-http/pom.xml | 2 +- stream-product-catalog/pom.xml | 2 +- stream-product-catalog/product-catalog-core/pom.xml | 2 +- stream-product-catalog/product-catalog-http/pom.xml | 2 +- stream-product-catalog/product-catalog-task/pom.xml | 2 +- stream-product/pom.xml | 2 +- stream-product/product-core/pom.xml | 2 +- stream-product/product-ingestion-saga/pom.xml | 2 +- stream-sdk/pom.xml | 2 +- stream-sdk/stream-parent/pom.xml | 2 +- stream-sdk/stream-parent/stream-context-propagation/pom.xml | 2 +- stream-sdk/stream-parent/stream-dbs-web-client/pom.xml | 2 +- stream-sdk/stream-parent/stream-openapi-support/pom.xml | 2 +- stream-sdk/stream-parent/stream-test-support/pom.xml | 2 +- stream-sdk/stream-parent/stream-worker/pom.xml | 2 +- stream-sdk/stream-starter-parents/pom.xml | 2 +- .../stream-starter-parents/stream-http-starter-parent/pom.xml | 4 ++-- .../stream-starter-parents/stream-task-starter-parent/pom.xml | 4 ++-- stream-sdk/stream-starter/pom.xml | 2 +- stream-transactions/pom.xml | 2 +- stream-transactions/transactions-core/pom.xml | 2 +- stream-transactions/transactions-item-writer/pom.xml | 2 +- 97 files changed, 100 insertions(+), 100 deletions(-) diff --git a/pom.xml b/pom.xml index 5d293a65d..04530fe2b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 pom Stream :: Services diff --git a/stream-access-control/access-control-core/pom.xml b/stream-access-control/access-control-core/pom.xml index 80caba0d8..d4801b7b1 100644 --- a/stream-access-control/access-control-core/pom.xml +++ b/stream-access-control/access-control-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-access-control - 9.12.0 + 9.13.0 access-control-core diff --git a/stream-access-control/pom.xml b/stream-access-control/pom.xml index 81f43a49f..050b69a8c 100644 --- a/stream-access-control/pom.xml +++ b/stream-access-control/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-access-control diff --git a/stream-approvals/approvals-bootstrap-task/pom.xml b/stream-approvals/approvals-bootstrap-task/pom.xml index 5210b64d7..9c3f245ae 100644 --- a/stream-approvals/approvals-bootstrap-task/pom.xml +++ b/stream-approvals/approvals-bootstrap-task/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-task-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-task-starter-parent diff --git a/stream-approvals/approvals-core/pom.xml b/stream-approvals/approvals-core/pom.xml index f9c3acb7f..0ba50a470 100644 --- a/stream-approvals/approvals-core/pom.xml +++ b/stream-approvals/approvals-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-approvals - 9.12.0 + 9.13.0 approvals-core diff --git a/stream-approvals/pom.xml b/stream-approvals/pom.xml index 79a67aba1..65fa2dde6 100644 --- a/stream-approvals/pom.xml +++ b/stream-approvals/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-approvals diff --git a/stream-audiences/audiences-core/pom.xml b/stream-audiences/audiences-core/pom.xml index 6b7b4b4a9..79a6a121f 100644 --- a/stream-audiences/audiences-core/pom.xml +++ b/stream-audiences/audiences-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-audiences - 9.12.0 + 9.13.0 audiences-core diff --git a/stream-audiences/pom.xml b/stream-audiences/pom.xml index 0f66deca2..348a81d7b 100644 --- a/stream-audiences/pom.xml +++ b/stream-audiences/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-audiences diff --git a/stream-compositions/api/cursors-api/pom.xml b/stream-compositions/api/cursors-api/pom.xml index 25b0cdf82..369ab4fed 100644 --- a/stream-compositions/api/cursors-api/pom.xml +++ b/stream-compositions/api/cursors-api/pom.xml @@ -5,7 +5,7 @@ api com.backbase.stream.compositions - 9.12.0 + 9.13.0 cursors-api diff --git a/stream-compositions/api/cursors-api/transaction-cursor-api/pom.xml b/stream-compositions/api/cursors-api/transaction-cursor-api/pom.xml index b64399459..a6a693607 100644 --- a/stream-compositions/api/cursors-api/transaction-cursor-api/pom.xml +++ b/stream-compositions/api/cursors-api/transaction-cursor-api/pom.xml @@ -5,7 +5,7 @@ cursors-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 4.0.0 diff --git a/stream-compositions/api/integrations-api/legal-entity-integration-api/pom.xml b/stream-compositions/api/integrations-api/legal-entity-integration-api/pom.xml index 43a2f0278..8323e04f2 100644 --- a/stream-compositions/api/integrations-api/legal-entity-integration-api/pom.xml +++ b/stream-compositions/api/integrations-api/legal-entity-integration-api/pom.xml @@ -6,7 +6,7 @@ integrations-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/integrations-api/payment-order-integration-api/pom.xml b/stream-compositions/api/integrations-api/payment-order-integration-api/pom.xml index 2fc8b53cf..1b547a838 100644 --- a/stream-compositions/api/integrations-api/payment-order-integration-api/pom.xml +++ b/stream-compositions/api/integrations-api/payment-order-integration-api/pom.xml @@ -6,7 +6,7 @@ integrations-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/integrations-api/pom.xml b/stream-compositions/api/integrations-api/pom.xml index 931c3db07..6486af728 100644 --- a/stream-compositions/api/integrations-api/pom.xml +++ b/stream-compositions/api/integrations-api/pom.xml @@ -6,7 +6,7 @@ api com.backbase.stream.compositions - 9.12.0 + 9.13.0 integrations-api diff --git a/stream-compositions/api/integrations-api/product-catalog-integration-api/pom.xml b/stream-compositions/api/integrations-api/product-catalog-integration-api/pom.xml index 600eb2304..93206cc6a 100644 --- a/stream-compositions/api/integrations-api/product-catalog-integration-api/pom.xml +++ b/stream-compositions/api/integrations-api/product-catalog-integration-api/pom.xml @@ -6,7 +6,7 @@ integrations-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/integrations-api/product-integration-api/pom.xml b/stream-compositions/api/integrations-api/product-integration-api/pom.xml index 66654200e..92ed8aedd 100644 --- a/stream-compositions/api/integrations-api/product-integration-api/pom.xml +++ b/stream-compositions/api/integrations-api/product-integration-api/pom.xml @@ -6,7 +6,7 @@ integrations-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/integrations-api/transaction-integration-api/pom.xml b/stream-compositions/api/integrations-api/transaction-integration-api/pom.xml index 443b971b8..6b65e0d10 100644 --- a/stream-compositions/api/integrations-api/transaction-integration-api/pom.xml +++ b/stream-compositions/api/integrations-api/transaction-integration-api/pom.xml @@ -6,7 +6,7 @@ integrations-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/pom.xml b/stream-compositions/api/pom.xml index a3b7a71e6..bea041603 100644 --- a/stream-compositions/api/pom.xml +++ b/stream-compositions/api/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions diff --git a/stream-compositions/api/service-api/legal-entity-composition-api/pom.xml b/stream-compositions/api/service-api/legal-entity-composition-api/pom.xml index 11bd5030a..c0b713b48 100644 --- a/stream-compositions/api/service-api/legal-entity-composition-api/pom.xml +++ b/stream-compositions/api/service-api/legal-entity-composition-api/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream.compositions service-api - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/service-api/payment-order-composition-api/pom.xml b/stream-compositions/api/service-api/payment-order-composition-api/pom.xml index 2ef4440f5..c3fd2dfbd 100644 --- a/stream-compositions/api/service-api/payment-order-composition-api/pom.xml +++ b/stream-compositions/api/service-api/payment-order-composition-api/pom.xml @@ -6,7 +6,7 @@ service-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/service-api/pom.xml b/stream-compositions/api/service-api/pom.xml index 19492a190..d01041426 100644 --- a/stream-compositions/api/service-api/pom.xml +++ b/stream-compositions/api/service-api/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream.compositions api - 9.12.0 + 9.13.0 service-api diff --git a/stream-compositions/api/service-api/product-catalog-composition-api/pom.xml b/stream-compositions/api/service-api/product-catalog-composition-api/pom.xml index e05436bbe..b2404f20c 100644 --- a/stream-compositions/api/service-api/product-catalog-composition-api/pom.xml +++ b/stream-compositions/api/service-api/product-catalog-composition-api/pom.xml @@ -6,7 +6,7 @@ service-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/service-api/product-composition-api/pom.xml b/stream-compositions/api/service-api/product-composition-api/pom.xml index 8e9c28b72..73d30714b 100644 --- a/stream-compositions/api/service-api/product-composition-api/pom.xml +++ b/stream-compositions/api/service-api/product-composition-api/pom.xml @@ -6,7 +6,7 @@ service-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/api/service-api/transaction-composition-api/pom.xml b/stream-compositions/api/service-api/transaction-composition-api/pom.xml index 6c655e64c..70c6701ef 100644 --- a/stream-compositions/api/service-api/transaction-composition-api/pom.xml +++ b/stream-compositions/api/service-api/transaction-composition-api/pom.xml @@ -6,7 +6,7 @@ service-api com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.api diff --git a/stream-compositions/cursors/pom.xml b/stream-compositions/cursors/pom.xml index 90ce74aeb..e081707c7 100644 --- a/stream-compositions/cursors/pom.xml +++ b/stream-compositions/cursors/pom.xml @@ -5,7 +5,7 @@ stream-compositions com.backbase.stream - 9.12.0 + 9.13.0 4.0.0 diff --git a/stream-compositions/cursors/transaction-cursor/pom.xml b/stream-compositions/cursors/transaction-cursor/pom.xml index b1dc7e6fc..969ffbc88 100644 --- a/stream-compositions/cursors/transaction-cursor/pom.xml +++ b/stream-compositions/cursors/transaction-cursor/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream.compositions cursors - 9.12.0 + 9.13.0 4.0.0 diff --git a/stream-compositions/events/grandcentral/pom.xml b/stream-compositions/events/grandcentral/pom.xml index 328000d25..ea4ab1861 100644 --- a/stream-compositions/events/grandcentral/pom.xml +++ b/stream-compositions/events/grandcentral/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/legal-entity-egress/pom.xml b/stream-compositions/events/legal-entity-egress/pom.xml index 00dcff94b..de79bbd34 100644 --- a/stream-compositions/events/legal-entity-egress/pom.xml +++ b/stream-compositions/events/legal-entity-egress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/legal-entity-ingress/pom.xml b/stream-compositions/events/legal-entity-ingress/pom.xml index 3b99a7ba6..a5948df05 100644 --- a/stream-compositions/events/legal-entity-ingress/pom.xml +++ b/stream-compositions/events/legal-entity-ingress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/pom.xml b/stream-compositions/events/pom.xml index ad9ce1db0..e78a791f8 100644 --- a/stream-compositions/events/pom.xml +++ b/stream-compositions/events/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream stream-compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions diff --git a/stream-compositions/events/product-catalog-egress/pom.xml b/stream-compositions/events/product-catalog-egress/pom.xml index abe91ec7f..432ba206c 100644 --- a/stream-compositions/events/product-catalog-egress/pom.xml +++ b/stream-compositions/events/product-catalog-egress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/product-catalog-ingress/pom.xml b/stream-compositions/events/product-catalog-ingress/pom.xml index ccba46810..7951af6c4 100644 --- a/stream-compositions/events/product-catalog-ingress/pom.xml +++ b/stream-compositions/events/product-catalog-ingress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/product-egress/pom.xml b/stream-compositions/events/product-egress/pom.xml index 55ca0191f..dfd735438 100644 --- a/stream-compositions/events/product-egress/pom.xml +++ b/stream-compositions/events/product-egress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/product-ingress/pom.xml b/stream-compositions/events/product-ingress/pom.xml index e8f064991..954137635 100644 --- a/stream-compositions/events/product-ingress/pom.xml +++ b/stream-compositions/events/product-ingress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/transaction-egress/pom.xml b/stream-compositions/events/transaction-egress/pom.xml index d34abb1c1..0637ab6ef 100644 --- a/stream-compositions/events/transaction-egress/pom.xml +++ b/stream-compositions/events/transaction-egress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/events/transaction-ingress/pom.xml b/stream-compositions/events/transaction-ingress/pom.xml index 71605d10b..89b241415 100644 --- a/stream-compositions/events/transaction-ingress/pom.xml +++ b/stream-compositions/events/transaction-ingress/pom.xml @@ -5,7 +5,7 @@ events com.backbase.stream.compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions.events diff --git a/stream-compositions/pom.xml b/stream-compositions/pom.xml index 2581e3f8a..10102918d 100644 --- a/stream-compositions/pom.xml +++ b/stream-compositions/pom.xml @@ -7,13 +7,13 @@ com.backbase.stream stream-starter - 9.12.0 + 9.13.0 ../stream-sdk/stream-starter com.backbase.stream stream-compositions - 9.12.0 + 9.13.0 pom Stream :: Compositions diff --git a/stream-compositions/services/legal-entity-composition-service/pom.xml b/stream-compositions/services/legal-entity-composition-service/pom.xml index cc0d9b18c..1a7488a29 100644 --- a/stream-compositions/services/legal-entity-composition-service/pom.xml +++ b/stream-compositions/services/legal-entity-composition-service/pom.xml @@ -7,7 +7,7 @@ com.backbase.stream.compositions services - 9.12.0 + 9.13.0 legal-entity-composition-service diff --git a/stream-compositions/services/payment-order-composition-service/pom.xml b/stream-compositions/services/payment-order-composition-service/pom.xml index fd3c7055f..69fe60b1a 100644 --- a/stream-compositions/services/payment-order-composition-service/pom.xml +++ b/stream-compositions/services/payment-order-composition-service/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream.compositions services - 9.12.0 + 9.13.0 payment-order-composition-service diff --git a/stream-compositions/services/pom.xml b/stream-compositions/services/pom.xml index 548b8d5c0..367288837 100644 --- a/stream-compositions/services/pom.xml +++ b/stream-compositions/services/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream stream-compositions - 9.12.0 + 9.13.0 com.backbase.stream.compositions diff --git a/stream-compositions/services/product-catalog-composition-service/pom.xml b/stream-compositions/services/product-catalog-composition-service/pom.xml index dd995db62..6871870ee 100644 --- a/stream-compositions/services/product-catalog-composition-service/pom.xml +++ b/stream-compositions/services/product-catalog-composition-service/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream.compositions services - 9.12.0 + 9.13.0 product-catalog-composition-service diff --git a/stream-compositions/services/product-composition-service/pom.xml b/stream-compositions/services/product-composition-service/pom.xml index a97a0be9c..08906bdac 100644 --- a/stream-compositions/services/product-composition-service/pom.xml +++ b/stream-compositions/services/product-composition-service/pom.xml @@ -7,7 +7,7 @@ com.backbase.stream.compositions services - 9.12.0 + 9.13.0 product-composition-service diff --git a/stream-compositions/services/transaction-composition-service/pom.xml b/stream-compositions/services/transaction-composition-service/pom.xml index 97b172ffa..404aaf76d 100644 --- a/stream-compositions/services/transaction-composition-service/pom.xml +++ b/stream-compositions/services/transaction-composition-service/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream.compositions services - 9.12.0 + 9.13.0 transaction-composition-service diff --git a/stream-compositions/test-utils/pom.xml b/stream-compositions/test-utils/pom.xml index 8aa86ff96..3cc6165f0 100644 --- a/stream-compositions/test-utils/pom.xml +++ b/stream-compositions/test-utils/pom.xml @@ -6,7 +6,7 @@ stream-compositions com.backbase.stream - 9.12.0 + 9.13.0 com.backbase.stream.compositions diff --git a/stream-contacts/contacts-core/pom.xml b/stream-contacts/contacts-core/pom.xml index 930b59f9e..4c54d08af 100644 --- a/stream-contacts/contacts-core/pom.xml +++ b/stream-contacts/contacts-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-contacts - 9.12.0 + 9.13.0 contacts-core diff --git a/stream-contacts/pom.xml b/stream-contacts/pom.xml index 306a50081..b1d30d55c 100644 --- a/stream-contacts/pom.xml +++ b/stream-contacts/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-contacts diff --git a/stream-cursor/cursor-core/pom.xml b/stream-cursor/cursor-core/pom.xml index acd6c8cd7..31ff6b75b 100644 --- a/stream-cursor/cursor-core/pom.xml +++ b/stream-cursor/cursor-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-cursor - 9.12.0 + 9.13.0 cursor-core diff --git a/stream-cursor/cursor-http/pom.xml b/stream-cursor/cursor-http/pom.xml index 10729599c..6be308e21 100644 --- a/stream-cursor/cursor-http/pom.xml +++ b/stream-cursor/cursor-http/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-http-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-http-starter-parent diff --git a/stream-cursor/cursor-publishers/pom.xml b/stream-cursor/cursor-publishers/pom.xml index 17948de87..507a6ac5a 100644 --- a/stream-cursor/cursor-publishers/pom.xml +++ b/stream-cursor/cursor-publishers/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-cursor - 9.12.0 + 9.13.0 cursor-publishers diff --git a/stream-cursor/cursor-store/pom.xml b/stream-cursor/cursor-store/pom.xml index a7c2de33e..50386999e 100644 --- a/stream-cursor/cursor-store/pom.xml +++ b/stream-cursor/cursor-store/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-cursor - 9.12.0 + 9.13.0 cursor-store diff --git a/stream-cursor/pom.xml b/stream-cursor/pom.xml index f6ab3bd64..b38bbee61 100644 --- a/stream-cursor/pom.xml +++ b/stream-cursor/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-cursor diff --git a/stream-customer-profile/customer-profile-core/pom.xml b/stream-customer-profile/customer-profile-core/pom.xml index 599a0af49..f2a03119c 100644 --- a/stream-customer-profile/customer-profile-core/pom.xml +++ b/stream-customer-profile/customer-profile-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-customer-profile - 9.12.0 + 9.13.0 customer-profile-core diff --git a/stream-customer-profile/pom.xml b/stream-customer-profile/pom.xml index e61315a9e..2f94b0143 100644 --- a/stream-customer-profile/pom.xml +++ b/stream-customer-profile/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-customer-profile diff --git a/stream-dbs-clients/pom.xml b/stream-dbs-clients/pom.xml index f6f4a75df..562ce8583 100644 --- a/stream-dbs-clients/pom.xml +++ b/stream-dbs-clients/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-dbs-clients diff --git a/stream-investment/investment-core/pom.xml b/stream-investment/investment-core/pom.xml index 3b3c1dd42..70e3cb32e 100644 --- a/stream-investment/investment-core/pom.xml +++ b/stream-investment/investment-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-investment - 9.12.0 + 9.13.0 investment-core diff --git a/stream-investment/pom.xml b/stream-investment/pom.xml index 0985edc1e..122995bdc 100644 --- a/stream-investment/pom.xml +++ b/stream-investment/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-investment diff --git a/stream-legal-entity/legal-entity-bootstrap-task/pom.xml b/stream-legal-entity/legal-entity-bootstrap-task/pom.xml index 03cd2cdb4..42491219b 100644 --- a/stream-legal-entity/legal-entity-bootstrap-task/pom.xml +++ b/stream-legal-entity/legal-entity-bootstrap-task/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-task-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-task-starter-parent diff --git a/stream-legal-entity/legal-entity-core/pom.xml b/stream-legal-entity/legal-entity-core/pom.xml index 48419a7bd..4fc981f40 100644 --- a/stream-legal-entity/legal-entity-core/pom.xml +++ b/stream-legal-entity/legal-entity-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-legal-entity - 9.12.0 + 9.13.0 legal-entity-core diff --git a/stream-legal-entity/legal-entity-http/pom.xml b/stream-legal-entity/legal-entity-http/pom.xml index 8bfecf905..da5db2413 100644 --- a/stream-legal-entity/legal-entity-http/pom.xml +++ b/stream-legal-entity/legal-entity-http/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-http-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-http-starter-parent diff --git a/stream-legal-entity/pom.xml b/stream-legal-entity/pom.xml index 725ea9268..e47b72b5d 100644 --- a/stream-legal-entity/pom.xml +++ b/stream-legal-entity/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-legal-entity diff --git a/stream-limits/limits-core/pom.xml b/stream-limits/limits-core/pom.xml index e1f4d8823..ba939333b 100644 --- a/stream-limits/limits-core/pom.xml +++ b/stream-limits/limits-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-limits - 9.12.0 + 9.13.0 limits-core diff --git a/stream-limits/pom.xml b/stream-limits/pom.xml index 208ab54d5..8c1fbc4f9 100644 --- a/stream-limits/pom.xml +++ b/stream-limits/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-limits diff --git a/stream-loans/loans-core/pom.xml b/stream-loans/loans-core/pom.xml index 2d07b8fcb..eee958a4e 100644 --- a/stream-loans/loans-core/pom.xml +++ b/stream-loans/loans-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-loans - 9.12.0 + 9.13.0 loans-core diff --git a/stream-loans/pom.xml b/stream-loans/pom.xml index 60bcca93f..d1c8147a0 100644 --- a/stream-loans/pom.xml +++ b/stream-loans/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-loans diff --git a/stream-models/approval-model/pom.xml b/stream-models/approval-model/pom.xml index 6a97d3e19..9829cc2fa 100644 --- a/stream-models/approval-model/pom.xml +++ b/stream-models/approval-model/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-models - 9.12.0 + 9.13.0 approval-model diff --git a/stream-models/legal-entity-model/pom.xml b/stream-models/legal-entity-model/pom.xml index 731fe383a..70f487846 100644 --- a/stream-models/legal-entity-model/pom.xml +++ b/stream-models/legal-entity-model/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-models - 9.12.0 + 9.13.0 legal-entity-model diff --git a/stream-models/pom.xml b/stream-models/pom.xml index efd603fab..8735a974c 100644 --- a/stream-models/pom.xml +++ b/stream-models/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-models diff --git a/stream-models/portfolio-model/pom.xml b/stream-models/portfolio-model/pom.xml index def44261d..55cb73dc2 100644 --- a/stream-models/portfolio-model/pom.xml +++ b/stream-models/portfolio-model/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-models - 9.12.0 + 9.13.0 portfolio-model diff --git a/stream-models/product-catalog-model/pom.xml b/stream-models/product-catalog-model/pom.xml index f663ae79d..057fb85bf 100644 --- a/stream-models/product-catalog-model/pom.xml +++ b/stream-models/product-catalog-model/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-models - 9.12.0 + 9.13.0 product-catalog-model diff --git a/stream-payment-order/payment-order-core/pom.xml b/stream-payment-order/payment-order-core/pom.xml index 92bcea60d..e3017e1ae 100644 --- a/stream-payment-order/payment-order-core/pom.xml +++ b/stream-payment-order/payment-order-core/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream stream-payment-order - 9.12.0 + 9.13.0 payment-order-core diff --git a/stream-payment-order/pom.xml b/stream-payment-order/pom.xml index bbecd57ac..4fe227623 100644 --- a/stream-payment-order/pom.xml +++ b/stream-payment-order/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-payment-order diff --git a/stream-plan-manager/plan-manager-core/pom.xml b/stream-plan-manager/plan-manager-core/pom.xml index 2a158b74a..dd98ed3c2 100644 --- a/stream-plan-manager/plan-manager-core/pom.xml +++ b/stream-plan-manager/plan-manager-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-plan-manager - 9.12.0 + 9.13.0 plan-manager-core diff --git a/stream-plan-manager/pom.xml b/stream-plan-manager/pom.xml index a918c71fa..e81db7ee5 100644 --- a/stream-plan-manager/pom.xml +++ b/stream-plan-manager/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-plan-manager diff --git a/stream-portfolio/pom.xml b/stream-portfolio/pom.xml index b5f7529f4..74c679f58 100644 --- a/stream-portfolio/pom.xml +++ b/stream-portfolio/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-portfolio diff --git a/stream-portfolio/portfolio-bootstrap-task/pom.xml b/stream-portfolio/portfolio-bootstrap-task/pom.xml index 5912b3454..5688a6f93 100644 --- a/stream-portfolio/portfolio-bootstrap-task/pom.xml +++ b/stream-portfolio/portfolio-bootstrap-task/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-task-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-task-starter-parent diff --git a/stream-portfolio/portfolio-core/pom.xml b/stream-portfolio/portfolio-core/pom.xml index 8b3a88a8c..d26716b85 100644 --- a/stream-portfolio/portfolio-core/pom.xml +++ b/stream-portfolio/portfolio-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-portfolio - 9.12.0 + 9.13.0 portfolio-core diff --git a/stream-portfolio/portfolio-http/pom.xml b/stream-portfolio/portfolio-http/pom.xml index eb537afa5..7b345d92f 100644 --- a/stream-portfolio/portfolio-http/pom.xml +++ b/stream-portfolio/portfolio-http/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-http-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-http-starter-parent diff --git a/stream-product-catalog/pom.xml b/stream-product-catalog/pom.xml index c91806121..a1e0eba1f 100644 --- a/stream-product-catalog/pom.xml +++ b/stream-product-catalog/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-product-catalog diff --git a/stream-product-catalog/product-catalog-core/pom.xml b/stream-product-catalog/product-catalog-core/pom.xml index b14639f07..6ed62f389 100644 --- a/stream-product-catalog/product-catalog-core/pom.xml +++ b/stream-product-catalog/product-catalog-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-product-catalog - 9.12.0 + 9.13.0 product-catalog-core diff --git a/stream-product-catalog/product-catalog-http/pom.xml b/stream-product-catalog/product-catalog-http/pom.xml index dcd73c05e..c3337d91e 100644 --- a/stream-product-catalog/product-catalog-http/pom.xml +++ b/stream-product-catalog/product-catalog-http/pom.xml @@ -6,7 +6,7 @@ com.backbase.stream stream-http-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-http-starter-parent diff --git a/stream-product-catalog/product-catalog-task/pom.xml b/stream-product-catalog/product-catalog-task/pom.xml index 0348cc3ed..fff84a457 100644 --- a/stream-product-catalog/product-catalog-task/pom.xml +++ b/stream-product-catalog/product-catalog-task/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-task-starter-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-starter-parents/stream-task-starter-parent diff --git a/stream-product/pom.xml b/stream-product/pom.xml index 4e2c480bf..760117185 100644 --- a/stream-product/pom.xml +++ b/stream-product/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-product diff --git a/stream-product/product-core/pom.xml b/stream-product/product-core/pom.xml index f7202e6e9..ee0e60208 100644 --- a/stream-product/product-core/pom.xml +++ b/stream-product/product-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-product - 9.12.0 + 9.13.0 product-core diff --git a/stream-product/product-ingestion-saga/pom.xml b/stream-product/product-ingestion-saga/pom.xml index 85b6d6229..bbde19905 100644 --- a/stream-product/product-ingestion-saga/pom.xml +++ b/stream-product/product-ingestion-saga/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-product - 9.12.0 + 9.13.0 product-ingestion-saga diff --git a/stream-sdk/pom.xml b/stream-sdk/pom.xml index 7cf01fd02..9e7b0c04d 100644 --- a/stream-sdk/pom.xml +++ b/stream-sdk/pom.xml @@ -4,7 +4,7 @@ com.backbase.stream stream-sdk - 9.12.0 + 9.13.0 pom Stream :: SDK diff --git a/stream-sdk/stream-parent/pom.xml b/stream-sdk/stream-parent/pom.xml index aabf5426d..91543c5c8 100644 --- a/stream-sdk/stream-parent/pom.xml +++ b/stream-sdk/stream-parent/pom.xml @@ -11,7 +11,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 pom Stream :: SDK :: Parent Parent for all Stream SDK modules diff --git a/stream-sdk/stream-parent/stream-context-propagation/pom.xml b/stream-sdk/stream-parent/stream-context-propagation/pom.xml index 713225c58..9f3cba4a1 100644 --- a/stream-sdk/stream-parent/stream-context-propagation/pom.xml +++ b/stream-sdk/stream-parent/stream-context-propagation/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 stream-context-propagation diff --git a/stream-sdk/stream-parent/stream-dbs-web-client/pom.xml b/stream-sdk/stream-parent/stream-dbs-web-client/pom.xml index 7dcf4e601..22aa14b9f 100644 --- a/stream-sdk/stream-parent/stream-dbs-web-client/pom.xml +++ b/stream-sdk/stream-parent/stream-dbs-web-client/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 stream-dbs-web-client diff --git a/stream-sdk/stream-parent/stream-openapi-support/pom.xml b/stream-sdk/stream-parent/stream-openapi-support/pom.xml index 22ab31331..2c0fa82e2 100644 --- a/stream-sdk/stream-parent/stream-openapi-support/pom.xml +++ b/stream-sdk/stream-parent/stream-openapi-support/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 stream-openapi-support diff --git a/stream-sdk/stream-parent/stream-test-support/pom.xml b/stream-sdk/stream-parent/stream-test-support/pom.xml index ebadc182d..8c9a0b23a 100644 --- a/stream-sdk/stream-parent/stream-test-support/pom.xml +++ b/stream-sdk/stream-parent/stream-test-support/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 stream-test-support diff --git a/stream-sdk/stream-parent/stream-worker/pom.xml b/stream-sdk/stream-parent/stream-worker/pom.xml index ab778f40d..3027c7b28 100644 --- a/stream-sdk/stream-parent/stream-worker/pom.xml +++ b/stream-sdk/stream-parent/stream-worker/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 stream-worker diff --git a/stream-sdk/stream-starter-parents/pom.xml b/stream-sdk/stream-starter-parents/pom.xml index 9406bbd74..f27dc2905 100644 --- a/stream-sdk/stream-starter-parents/pom.xml +++ b/stream-sdk/stream-starter-parents/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 ../stream-parent diff --git a/stream-sdk/stream-starter-parents/stream-http-starter-parent/pom.xml b/stream-sdk/stream-starter-parents/stream-http-starter-parent/pom.xml index 6ed8266b2..412f87105 100644 --- a/stream-sdk/stream-starter-parents/stream-http-starter-parent/pom.xml +++ b/stream-sdk/stream-starter-parents/stream-http-starter-parent/pom.xml @@ -6,13 +6,13 @@ com.backbase.stream stream-starter - 9.12.0 + 9.13.0 ../../stream-starter com.backbase.stream stream-http-starter-parent - 9.12.0 + 9.13.0 pom Stream :: SDK :: HTTP Services Starter Parent for Stream HTTP Services diff --git a/stream-sdk/stream-starter-parents/stream-task-starter-parent/pom.xml b/stream-sdk/stream-starter-parents/stream-task-starter-parent/pom.xml index 518c3c6bd..dd7f538b1 100644 --- a/stream-sdk/stream-starter-parents/stream-task-starter-parent/pom.xml +++ b/stream-sdk/stream-starter-parents/stream-task-starter-parent/pom.xml @@ -5,13 +5,13 @@ com.backbase.stream stream-starter - 9.12.0 + 9.13.0 ../../stream-starter com.backbase.stream stream-task-starter-parent - 9.12.0 + 9.13.0 pom Stream :: SDK :: Task Starter Parent for Stream Executable Tasks diff --git a/stream-sdk/stream-starter/pom.xml b/stream-sdk/stream-starter/pom.xml index 63169cf07..41c7119d1 100644 --- a/stream-sdk/stream-starter/pom.xml +++ b/stream-sdk/stream-starter/pom.xml @@ -10,7 +10,7 @@ com.backbase.stream stream-starter Stream :: SDK :: stream-starter - 9.12.0 + 9.13.0 pom diff --git a/stream-transactions/pom.xml b/stream-transactions/pom.xml index d6e307b07..abb3e1e18 100644 --- a/stream-transactions/pom.xml +++ b/stream-transactions/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-services - 9.12.0 + 9.13.0 stream-transactions diff --git a/stream-transactions/transactions-core/pom.xml b/stream-transactions/transactions-core/pom.xml index 9f6e54c1a..f57422a0c 100644 --- a/stream-transactions/transactions-core/pom.xml +++ b/stream-transactions/transactions-core/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-transactions - 9.12.0 + 9.13.0 transactions-core diff --git a/stream-transactions/transactions-item-writer/pom.xml b/stream-transactions/transactions-item-writer/pom.xml index 4695f1ba8..190ffbc59 100644 --- a/stream-transactions/transactions-item-writer/pom.xml +++ b/stream-transactions/transactions-item-writer/pom.xml @@ -5,7 +5,7 @@ com.backbase.stream stream-parent - 9.12.0 + 9.13.0 ../../stream-sdk/stream-parent