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-shared-io.git
The following commit(s) were added to refs/heads/master by this push:
new 7704fa0 Bump to Maven 3.6.3
7704fa0 is described below
commit 7704fa08ea73089f13a1cd8b44e3f6bf29f6b12c
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>