From 9866342a300ef1a2f26737be54ae4d606e8d48b3 Mon Sep 17 00:00:00 2001 From: Johnny Q5 <50356506+JohnnyQ5@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:50:39 +0200 Subject: [PATCH] Set version to 1.4.0 (#820) --- application-commons/pom.xml | 2 +- broadcasting/pom.xml | 2 +- domain-concept/pom.xml | 2 +- email-service-provider/pom.xml | 6 +++--- finances-api/pom.xml | 2 +- finances-infrastructure/pom.xml | 4 ++-- finances/pom.xml | 4 ++-- identity-api/pom.xml | 4 ++-- identity-infrastructure/pom.xml | 4 ++-- identity/pom.xml | 12 ++++++------ logging/pom.xml | 4 ++-- pom.xml | 2 +- project-management-infrastructure/pom.xml | 4 ++-- project-management/pom.xml | 12 ++++++------ subscription-api/pom.xml | 2 +- subscription-provider/pom.xml | 4 ++-- user-interface/pom.xml | 24 +++++++++++------------ 17 files changed, 47 insertions(+), 47 deletions(-) diff --git a/application-commons/pom.xml b/application-commons/pom.xml index 614666e4b..b4aa49e36 100644 --- a/application-commons/pom.xml +++ b/application-commons/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 application-commons diff --git a/broadcasting/pom.xml b/broadcasting/pom.xml index 6e2c12b7a..ee2e5d065 100644 --- a/broadcasting/pom.xml +++ b/broadcasting/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 broadcasting diff --git a/domain-concept/pom.xml b/domain-concept/pom.xml index 8c9cfa571..9ece4cc17 100644 --- a/domain-concept/pom.xml +++ b/domain-concept/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 domain-concept diff --git a/email-service-provider/pom.xml b/email-service-provider/pom.xml index a9193098c..25675d675 100644 --- a/email-service-provider/pom.xml +++ b/email-service-provider/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 life.qbic.infrastructure @@ -21,13 +21,13 @@ life.qbic identity - 1.3.1 + 1.4.0 compile life.qbic project-management - 1.3.1 + 1.4.0 compile diff --git a/finances-api/pom.xml b/finances-api/pom.xml index aa34bbc4f..d1317e6ad 100644 --- a/finances-api/pom.xml +++ b/finances-api/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 life.qbic.finances diff --git a/finances-infrastructure/pom.xml b/finances-infrastructure/pom.xml index 701236a1a..f9bbaadf1 100644 --- a/finances-infrastructure/pom.xml +++ b/finances-infrastructure/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 finances-infrastructure @@ -20,7 +20,7 @@ life.qbic finances - 1.3.1 + 1.4.0 compile diff --git a/finances/pom.xml b/finances/pom.xml index 725abb2cf..84289f247 100644 --- a/finances/pom.xml +++ b/finances/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 finances @@ -38,7 +38,7 @@ life.qbic.finances finances-api - 1.3.1 + 1.4.0 compile diff --git a/identity-api/pom.xml b/identity-api/pom.xml index 3de73a15a..2ac388651 100644 --- a/identity-api/pom.xml +++ b/identity-api/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 life.qbic.datamanager @@ -21,7 +21,7 @@ life.qbic application-commons - 1.3.1 + 1.4.0 compile diff --git a/identity-infrastructure/pom.xml b/identity-infrastructure/pom.xml index f621c6188..09fd7e65b 100644 --- a/identity-infrastructure/pom.xml +++ b/identity-infrastructure/pom.xml @@ -6,14 +6,14 @@ life.qbic datamanager - 1.3.1 + 1.4.0 identity-infrastructure life.qbic identity - 1.3.1 + 1.4.0 compile diff --git a/identity/pom.xml b/identity/pom.xml index faf5c5cce..c787cc495 100644 --- a/identity/pom.xml +++ b/identity/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 @@ -45,25 +45,25 @@ life.qbic broadcasting - 1.3.1 + 1.4.0 compile life.qbic application-commons - 1.3.1 + 1.4.0 compile life.qbic logging - 1.3.1 + 1.4.0 compile life.qbic domain-concept - 1.3.1 + 1.4.0 compile @@ -86,7 +86,7 @@ life.qbic.datamanager identity-api - 1.3.1 + 1.4.0 compile diff --git a/logging/pom.xml b/logging/pom.xml index ec3fae572..25e5410b0 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 logging @@ -53,7 +53,7 @@ life.qbic.logging subscription-api - 1.3.1 + 1.4.0 compile diff --git a/pom.xml b/pom.xml index 24cbf577e..35b755bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ life.qbic datamanager Data Manager - 1.3.1 + 1.4.0 user-interface identity diff --git a/project-management-infrastructure/pom.xml b/project-management-infrastructure/pom.xml index 1165344ef..03ae113a1 100644 --- a/project-management-infrastructure/pom.xml +++ b/project-management-infrastructure/pom.xml @@ -6,7 +6,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 life.qbic.identity @@ -29,7 +29,7 @@ life.qbic project-management - 1.3.1 + 1.4.0 compile diff --git a/project-management/pom.xml b/project-management/pom.xml index 4076418c5..5720e6482 100644 --- a/project-management/pom.xml +++ b/project-management/pom.xml @@ -4,7 +4,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 project-management @@ -37,13 +37,13 @@ life.qbic application-commons - 1.3.1 + 1.4.0 compile life.qbic logging - 1.3.1 + 1.4.0 compile @@ -54,7 +54,7 @@ life.qbic domain-concept - 1.3.1 + 1.4.0 compile @@ -77,13 +77,13 @@ life.qbic.datamanager identity-api - 1.3.1 + 1.4.0 compile life.qbic.finances finances-api - 1.3.1 + 1.4.0 compile diff --git a/subscription-api/pom.xml b/subscription-api/pom.xml index 7216714be..0d482b1f5 100644 --- a/subscription-api/pom.xml +++ b/subscription-api/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 life.qbic.logging diff --git a/subscription-provider/pom.xml b/subscription-provider/pom.xml index 662d3ea32..8fe1cfe82 100644 --- a/subscription-provider/pom.xml +++ b/subscription-provider/pom.xml @@ -5,7 +5,7 @@ datamanager life.qbic - 1.3.1 + 1.4.0 4.0.0 life.qbic.logging @@ -14,7 +14,7 @@ life.qbic.logging subscription-api - 1.3.1 + 1.4.0 compile diff --git a/user-interface/pom.xml b/user-interface/pom.xml index 8eaabdf9b..53155b042 100644 --- a/user-interface/pom.xml +++ b/user-interface/pom.xml @@ -11,7 +11,7 @@ life.qbic datamanager - 1.3.1 + 1.4.0 @@ -189,31 +189,31 @@ life.qbic identity - 1.3.1 + 1.4.0 compile life.qbic identity-infrastructure - 1.3.1 + 1.4.0 compile life.qbic broadcasting - 1.3.1 + 1.4.0 compile life.qbic application-commons - 1.3.1 + 1.4.0 compile life.qbic logging - 1.3.1 + 1.4.0 compile @@ -223,24 +223,24 @@ life.qbic project-management - 1.3.1 + 1.4.0 compile life.qbic.logging subscription-provider - 1.3.1 + 1.4.0 life.qbic domain-concept - 1.3.1 + 1.4.0 compile life.qbic finances-infrastructure - 1.3.1 + 1.4.0 compile @@ -250,13 +250,13 @@ life.qbic.identity project-management-infrastructure - 1.3.1 + 1.4.0 compile life.qbic.infrastructure email-service-provider - 1.3.1 + 1.4.0 compile