From b67eb7afcfde71419fdf4bfafe23425f71d0672a Mon Sep 17 00:00:00 2001 From: Ravisapura <34620918+Ravisapura@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:31:44 +0000 Subject: [PATCH 1/2] Update repository reference to dual-publishing branch Temporarily switch to dual-publishing feature branch for validation. --- azure-pipelines.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 1275dd64ee..672a5fdaf6 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -21,7 +21,11 @@ resources: type: github name: hmcts/cpp-azure-devops-templates endpoint: 'hmcts' - ref: 'main' + # We are temporarily pointing to the Azure dual-publishing feature branch + # to validate that the main branch of the CPP Hearing Context application + # runs correctly. This will be reverted to the main branch once validation + # is successful. + ref: 'team/artifact-dualpublishing' pool: name: "MDV-ADO-AGENT-AKS-01" @@ -48,4 +52,4 @@ stages: repo: "$(Build.Repository.Name)" sonarQubeType: 'sonarQubeAKS' serviceName: ${{ variables['service_Name'] }} - itTestFolder: ${{ variables['itTest_Folder'] }} \ No newline at end of file + itTestFolder: ${{ variables['itTest_Folder'] }} From 5b5faa86ad5d63e3b149039c48e5fc41720aca34 Mon Sep 17 00:00:00 2001 From: devops-team Date: Wed, 17 Dec 2025 19:21:40 +0000 Subject: [PATCH 2/2] New 17.0.141-SNAPSHOT --- hearing-command/hearing-command-api/pom.xml | 2 +- hearing-command/hearing-command-handler/pom.xml | 2 +- hearing-command/pom.xml | 2 +- hearing-common/pom.xml | 2 +- hearing-domain/hearing-domain-aggregate/pom.xml | 2 +- hearing-domain/hearing-domain-common/pom.xml | 2 +- hearing-domain/hearing-domain-event/pom.xml | 2 +- hearing-domain/hearing-domain-xhibit/pom.xml | 2 +- hearing-domain/pom.xml | 2 +- hearing-event-sources/pom.xml | 2 +- hearing-event/hearing-event-listener/pom.xml | 2 +- hearing-event/hearing-event-processor/pom.xml | 2 +- hearing-event/pom.xml | 2 +- hearing-healthchecks/pom.xml | 2 +- hearing-integration-test/pom.xml | 2 +- hearing-json/pom.xml | 2 +- hearing-query/hearing-query-api/pom.xml | 2 +- hearing-query/hearing-query-view/pom.xml | 2 +- hearing-query/pom.xml | 2 +- hearing-service/pom.xml | 2 +- hearing-viewstore/hearing-viewstore-liquibase/pom.xml | 2 +- hearing-viewstore/hearing-viewstore-persistence/pom.xml | 2 +- hearing-viewstore/pom.xml | 2 +- pojo-plugin/pom.xml | 2 +- pom.xml | 2 +- test-utilities/pom.xml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/hearing-command/hearing-command-api/pom.xml b/hearing-command/hearing-command-api/pom.xml index 0bf4e26246..4aa615f521 100644 --- a/hearing-command/hearing-command-api/pom.xml +++ b/hearing-command/hearing-command-api/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-command - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-command-api war diff --git a/hearing-command/hearing-command-handler/pom.xml b/hearing-command/hearing-command-handler/pom.xml index f213155054..ca105766f8 100644 --- a/hearing-command/hearing-command-handler/pom.xml +++ b/hearing-command/hearing-command-handler/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-command - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-command-handler war diff --git a/hearing-command/pom.xml b/hearing-command/pom.xml index e8692e0a22..f9febd8656 100644 --- a/hearing-command/pom.xml +++ b/hearing-command/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-command pom diff --git a/hearing-common/pom.xml b/hearing-common/pom.xml index 02dffb8216..aef11e2627 100644 --- a/hearing-common/pom.xml +++ b/hearing-common/pom.xml @@ -3,7 +3,7 @@ hearing-parent uk.gov.moj.cpp.hearing - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT 4.0.0 diff --git a/hearing-domain/hearing-domain-aggregate/pom.xml b/hearing-domain/hearing-domain-aggregate/pom.xml index 6e97c7e116..1d8cf5de4f 100644 --- a/hearing-domain/hearing-domain-aggregate/pom.xml +++ b/hearing-domain/hearing-domain-aggregate/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-domain - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-domain-aggregate diff --git a/hearing-domain/hearing-domain-common/pom.xml b/hearing-domain/hearing-domain-common/pom.xml index aef360c531..725782adb2 100644 --- a/hearing-domain/hearing-domain-common/pom.xml +++ b/hearing-domain/hearing-domain-common/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-domain - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-domain-common diff --git a/hearing-domain/hearing-domain-event/pom.xml b/hearing-domain/hearing-domain-event/pom.xml index fc14f81283..accff44b41 100644 --- a/hearing-domain/hearing-domain-event/pom.xml +++ b/hearing-domain/hearing-domain-event/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-domain - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-domain-event diff --git a/hearing-domain/hearing-domain-xhibit/pom.xml b/hearing-domain/hearing-domain-xhibit/pom.xml index 043df21710..fa8121616c 100644 --- a/hearing-domain/hearing-domain-xhibit/pom.xml +++ b/hearing-domain/hearing-domain-xhibit/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-domain - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT 4.0.0 diff --git a/hearing-domain/pom.xml b/hearing-domain/pom.xml index 0ca8ed6c03..42c7d63635 100644 --- a/hearing-domain/pom.xml +++ b/hearing-domain/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-domain pom diff --git a/hearing-event-sources/pom.xml b/hearing-event-sources/pom.xml index 231ed0b236..6843c66fab 100644 --- a/hearing-event-sources/pom.xml +++ b/hearing-event-sources/pom.xml @@ -3,7 +3,7 @@ hearing-parent uk.gov.moj.cpp.hearing - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT ../pom.xml 4.0.0 diff --git a/hearing-event/hearing-event-listener/pom.xml b/hearing-event/hearing-event-listener/pom.xml index 1eadbced93..b3887732cd 100644 --- a/hearing-event/hearing-event-listener/pom.xml +++ b/hearing-event/hearing-event-listener/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-event - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-event-listener war diff --git a/hearing-event/hearing-event-processor/pom.xml b/hearing-event/hearing-event-processor/pom.xml index 25690d7893..06d8d6f564 100644 --- a/hearing-event/hearing-event-processor/pom.xml +++ b/hearing-event/hearing-event-processor/pom.xml @@ -3,7 +3,7 @@ hearing-event uk.gov.moj.cpp.hearing - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT 4.0.0 war diff --git a/hearing-event/pom.xml b/hearing-event/pom.xml index 6ee4e9cacc..f2e12c4bc1 100644 --- a/hearing-event/pom.xml +++ b/hearing-event/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-event pom diff --git a/hearing-healthchecks/pom.xml b/hearing-healthchecks/pom.xml index ff6d98c824..ba68e68c36 100644 --- a/hearing-healthchecks/pom.xml +++ b/hearing-healthchecks/pom.xml @@ -3,7 +3,7 @@ hearing-parent uk.gov.moj.cpp.hearing - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT 4.0.0 diff --git a/hearing-integration-test/pom.xml b/hearing-integration-test/pom.xml index 9cf3af2137..43c0ce6485 100644 --- a/hearing-integration-test/pom.xml +++ b/hearing-integration-test/pom.xml @@ -5,7 +5,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-integration-test diff --git a/hearing-json/pom.xml b/hearing-json/pom.xml index 3c63c2a74e..2cb79a543e 100644 --- a/hearing-json/pom.xml +++ b/hearing-json/pom.xml @@ -3,7 +3,7 @@ hearing-parent uk.gov.moj.cpp.hearing - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT 4.0.0 diff --git a/hearing-query/hearing-query-api/pom.xml b/hearing-query/hearing-query-api/pom.xml index c9fab070ee..d7b221a5c3 100644 --- a/hearing-query/hearing-query-api/pom.xml +++ b/hearing-query/hearing-query-api/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-query - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-query-api war diff --git a/hearing-query/hearing-query-view/pom.xml b/hearing-query/hearing-query-view/pom.xml index 3ebf59012e..7721d334d8 100644 --- a/hearing-query/hearing-query-view/pom.xml +++ b/hearing-query/hearing-query-view/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-query - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-query-view jar diff --git a/hearing-query/pom.xml b/hearing-query/pom.xml index 5df1eb5e6e..c3ddf25056 100644 --- a/hearing-query/pom.xml +++ b/hearing-query/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-query pom diff --git a/hearing-service/pom.xml b/hearing-service/pom.xml index c342aba823..a91247f234 100644 --- a/hearing-service/pom.xml +++ b/hearing-service/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT 4.0.0 diff --git a/hearing-viewstore/hearing-viewstore-liquibase/pom.xml b/hearing-viewstore/hearing-viewstore-liquibase/pom.xml index 568d57894e..560da5f872 100644 --- a/hearing-viewstore/hearing-viewstore-liquibase/pom.xml +++ b/hearing-viewstore/hearing-viewstore-liquibase/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-viewstore - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-viewstore-liquibase diff --git a/hearing-viewstore/hearing-viewstore-persistence/pom.xml b/hearing-viewstore/hearing-viewstore-persistence/pom.xml index 4966f7b61c..2426bb9bfc 100644 --- a/hearing-viewstore/hearing-viewstore-persistence/pom.xml +++ b/hearing-viewstore/hearing-viewstore-persistence/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-viewstore - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-viewstore-persistence diff --git a/hearing-viewstore/pom.xml b/hearing-viewstore/pom.xml index 3bbcea7851..61bab04503 100644 --- a/hearing-viewstore/pom.xml +++ b/hearing-viewstore/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT hearing-viewstore pom diff --git a/pojo-plugin/pom.xml b/pojo-plugin/pom.xml index 38d28f7a46..8b35363535 100644 --- a/pojo-plugin/pom.xml +++ b/pojo-plugin/pom.xml @@ -3,7 +3,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT pojo-plugin diff --git a/pom.xml b/pom.xml index 65f92de3b5..2359350711 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT pom Hearing Context - Parent Module diff --git a/test-utilities/pom.xml b/test-utilities/pom.xml index 62d41a1984..24b09c6e58 100644 --- a/test-utilities/pom.xml +++ b/test-utilities/pom.xml @@ -7,7 +7,7 @@ uk.gov.moj.cpp.hearing hearing-parent - 17.0.140-SNAPSHOT + 17.0.141-SNAPSHOT