This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn363x in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 12814cea9dce3b5e1b1fb2efd5ac379f6a845d4a Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Dec 19 17:15:11 2025 +0100 Bump Maven to 3.6.3 --- pom.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d50f2a8..17a6671 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ </distributionManagement> <properties> - <mavenVersion>3.2.5</mavenVersion> + <mavenVersion>3.6.3</mavenVersion> <javaVersion>8</javaVersion> <project.build.outputTimestamp>2025-10-05T14:24:12Z</project.build.outputTimestamp> </properties> @@ -64,11 +64,36 @@ <!-- Apache Maven dependencies --> + <!-- maven-shared-utils --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.21.0</version> + </dependency> + <!-- commons-compress --> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.20.0</version> + </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> + <optional>true</optional> + </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-model</artifactId> + <version>${mavenVersion}</version> + <scope>provided</scope> </dependency> <!-- Plexus dependencies
