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 fd07d6bf5da35ec623877a4c139fba5331145c81 Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 9 13:34:59 2025 +0100 removes the 'dont deploy the aggregator' property; we build the source zip from root now --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index dd5d0d8ddc9..e6fbf88655f 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,6 @@ <revision>4.0.0-SNAPSHOT</revision> <!-- can be overidden like mvn -Drevision=2.7.8 --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.deploy.skip>true</maven.deploy.skip> <!-- don't deploy the - aggregator --> <maven-timeline.version>2.0.3</maven-timeline.version> </properties>
