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-shared-io.git

commit 4b2ae7fb878480cd5271807cae99c07af95e8d34
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 16 01:16:06 2025 +0100

    Bump to Maven 3.6.3
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1a9848..fa423fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.6.3</mavenVersion>
     <javaVersion>8</javaVersion>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore>
     
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
@@ -74,16 +74,19 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>

Reply via email to