This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch compare in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/compare by this push: new 508c4ea4 wip 508c4ea4 is described below commit 508c4ea425d1fa0b50800818d69b39fa1b54fea8 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Mon Feb 10 08:35:49 2025 -0500 wip --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ec87569c..b0d11ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -117,10 +117,10 @@ <maven4Version>4.0.0-rc-1</maven4Version> <minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion> <!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration (but cannot directly, as this below is range) --> - <minimalJavaBuildVersion>[17,)</minimalJavaBuildVersion> + <minimalJavaBuildVersion>[21,)</minimalJavaBuildVersion> <project.build.outputTimestamp>2024-12-13T12:11:47Z</project.build.outputTimestamp> <!-- site fixes: skip PMD as it does not support Java 21 --> - <pmd.skip>false</pmd.skip> + <pmd.skip>true</pmd.skip> <bnd.instructions.additions /> </properties>