Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [25.104.0-M1] - 2026-06-10
### Changed
- Updated parent `cpp-platform-maven-parent-pom` to `25.104.0-M1`
- Updated `framework.version` (`cp-microservice-framework`) to `25.104.0-M1`
- Updated `framework-libraries.version` (`cp-framework-libraries`) to `25.104.0-M6`
- Updated `event-store.version` (`cp-event-store`) to `25.104.0-M1`
- Updated `file-service.version` (`cp-file-service`) to `25.104.0-M3`

## [21.0.0-SNAPSHOT] - 2026-04-14
### Changed
- Bumped version to `21.0.0-SNAPSHOT` for Java 21 / WildFly 34 migration
Expand Down
2 changes: 1 addition & 1 deletion access-control-parent/access-control-drools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-parent</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-drools</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-providers</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-assignment-providers</artifactId>
Expand All @@ -22,6 +22,11 @@
<version>${javaee-api.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jakarta.xml.bind-api.raml.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.moj.cpp.assignment</groupId>
<artifactId>assignment-query-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-providers</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-common-providers</artifactId>
Expand Down Expand Up @@ -39,6 +39,11 @@
<version>${javaee-api.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jakarta.xml.bind-api.raml.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-providers</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-hearing-providers</artifactId>
Expand All @@ -22,6 +22,11 @@
<version>${javaee-api.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jakarta.xml.bind-api.raml.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.moj.cpp.hearing</groupId>
<artifactId>hearing-query-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-providers</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-progression-providers</artifactId>
Expand All @@ -22,6 +22,11 @@
<version>${javaee-api.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jakarta.xml.bind-api.raml.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.moj.cpp.progression</groupId>
<artifactId>progression-query-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-providers</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-refdata-providers</artifactId>
Expand All @@ -26,6 +26,11 @@
<version>${javaee-api.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jakarta.xml.bind-api.raml.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.moj.cpp.referencedata</groupId>
<artifactId>referencedata-query-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-providers</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-sjp-providers</artifactId>
Expand All @@ -22,6 +22,11 @@
<version>${javaee-api.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jakarta.xml.bind-api.raml.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.moj.cpp.sjp</groupId>
<artifactId>sjp-query-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion access-control-parent/access-control-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-parent</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-providers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion access-control-parent/access-control-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.access-control</groupId>
<artifactId>access-control-parent</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>access-control-test-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion access-control-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.moj.cpp.access-control</groupId>
Expand Down
2 changes: 1 addition & 1 deletion activiti-parent/activiti-embedded-rest-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>activiti-parent</artifactId>
<groupId>uk.gov.moj.cpp.activiti</groupId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion activiti-parent/activiti-embedded-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>activiti-parent</artifactId>
<groupId>uk.gov.moj.cpp.activiti</groupId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion activiti-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.moj.cpp.activiti</groupId>
Expand Down
2 changes: 1 addition & 1 deletion audit-library-parent/audit-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>audit-library-parent</artifactId>
<groupId>uk.gov.moj.cpp.audit</groupId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion audit-library-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.moj.cpp.audit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
pool:
name: "MDV-ADO-AGENT-AKS-01"
demands:
- identifier -equals ubuntu-j21
- identifier -equals ubuntu-j25-postgres

variables:
sonarqubeProject: "uk.gov.moj.platform.libraries:platform-libraries-parent-pom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<artifactId>cpp-platform-library-utils</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<artifactId>cpp-platform-data-utils</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>cpp-platform-data-utils-persistence</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<artifactId>cpp-platform-data-utils</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<artifactId>cpp-platform-data-utils</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>cpp-platform-data-utils-service</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<artifactId>cpp-platform-data-utils</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>cpp-platform-data-utils-test-utils</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<artifactId>cpp-platform-library-utils</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>cpp-platform-data-utils</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cpp-platform-library-utils</artifactId>
<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cpp-platform-library-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.moj.cpp.common.library.utils</groupId>
Expand Down
2 changes: 1 addition & 1 deletion feature-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>platform-libraries-parent-pom</artifactId>
<groupId>uk.gov.moj.platform.libraries</groupId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion healthchecks-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.moj.cpp.healthchecks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion healthchecks-parent/unifiedsearch-healthchecks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.cpp.healthchecks</groupId>
<artifactId>healthchecks-parent</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion healthchecks-parent/workmanagement-healthchecks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.cpp.healthchecks</groupId>
<artifactId>healthchecks-parent</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion id-mapper-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.moj.cpp.system.id-mapper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>

<artifactId>metrics-micrometer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform-libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.moj.platform.libraries</groupId>
<artifactId>platform-libraries-parent-pom</artifactId>
<version>21.0.0-M1-SNAPSHOT</version>
<version>25.104.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading
Loading