This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn363 in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit c38295f91774c7af3c64e45b6b36ad4bf44d1bbf Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 23 13:22:41 2025 +0100 Require Maven 3.6.3+ from plugins --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c23e07f..276c939 100644 --- a/pom.xml +++ b/pom.xml @@ -1448,10 +1448,10 @@ under the License.</licenseText> <exclude>org.sonatype.aether:*</exclude> <!-- Various: most probably you want org.codehaus.plexus instead --> <exclude>org.sonatype.plexus:*</exclude> - <!-- Maven: lowest version we support --> - <exclude>org.apache.maven:maven-plugin-api:[,3.2.5)</exclude> - <exclude>org.apache.maven:maven-core:[,3.2.5)</exclude> - <exclude>org.apache.maven:maven-compat:[,3.2.5)</exclude> + <!-- Maven: lowest version we require from our plugins --> + <exclude>org.apache.maven:maven-plugin-api:[,3.6.3)</exclude> + <exclude>org.apache.maven:maven-core:[,3.6.3)</exclude> + <exclude>org.apache.maven:maven-compat:[,3.6.3)</exclude> </excludes> <includes> <!-- This is dead API -->
