This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new a947913 Require Maven 3.6.3+ from plugins
a947913 is described below
commit a94791366e13ef8beb5b771e93e732ef49613ca6
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 365f00e..2ab9b7a 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 -->