This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-4.0.0-M1-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 989b5d0bf64a73807e03c5ec41703c8e89cf8717 Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 9 15:57:20 2025 +0100 adds the missing sourceReleaseAssemlyDescriptor property --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 653b4bc15e2..9ece201b662 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,8 @@ <properties> <revision>4.0.0-SNAPSHOT</revision> <!-- can be overidden like mvn -Drevision=2.7.8 --> + <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.deploy.skip>true</maven.deploy.skip> <!-- don't deploy the aggregator -->
