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 358923d90b760add894c64578652b61704b32762 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Dec 19 17:15:11 2025 +0100 Bump Maven to 3.6.3 --- pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d50f2a8..b6afc02 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,12 +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> </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 -->
