This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 83015bd Bump Maven to 3.9.14
83015bd is described below
commit 83015bd5a9f46a519e35706eb1a386e83c26450b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Mar 20 22:31:46 2026 +0100
Bump Maven to 3.9.14
also small cleanups in dependencies
---
pgp-keys-map.list | 2 +-
pom.xml | 20 +++++++++++++-------
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/pgp-keys-map.list b/pgp-keys-map.list
index 04af3b3..132e949 100644
--- a/pgp-keys-map.list
+++ b/pgp-keys-map.list
@@ -26,7 +26,7 @@ commons-io:commons-io =
0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
commons-lang:commons-lang = 0x636DE9055C4C75C7BD9830771241BC872C5E4EC0
commons-logging:commons-logging = 0x0CC641C3A62453AB390066C4A41F13C999945293
dom4j:dom4j:*:1.1 = noSig
-org.apache.commons:commons-lang3 = 0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
+org.apache.commons:commons-lang3 = 0xB6E73D84EA4FCC47166087253FAAD2CD5ECBB314
org.apache.commons:commons-text = 0xB6E73D84EA4FCC47166087253FAAD2CD5ECBB314
org.apache.httpcomponents = 0x0785B3EFF60B1B1BEA94E0BB7C25280EAE63EBE5
org.apache.maven.* =
0xB920D295BF0E61CB4CF0896C33CD6733AF5EC452,0x6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688,0xFA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A,0x84789D24DF77A32433CE1F079EB80E92EB2135B1,0x29BEA2A645F2D6CED7FB12E02B172E3E156466E8,0x88BE34F94BDB2B5357044E2E3A387D43964143E3,0x32118CF76C9EC5D918E54967CA80D1F0EB6CA4BA
diff --git a/pom.xml b/pom.xml
index 6a7d41f..894c19d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,9 +60,10 @@
</distributionManagement>
<properties>
- <mavenVersion>3.9.6</mavenVersion>
- <resolverVersion>1.9.20</resolverVersion>
+ <mavenVersion>3.9.14</mavenVersion>
+ <resolverVersion>1.9.27</resolverVersion>
<doxiaVersion>2.0.0</doxiaVersion>
+ <reportingVversion>3.1.0</reportingVversion>
<javaVersion>8</javaVersion>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<project.build.outputTimestamp>2025-09-29T16:18:23Z</project.build.outputTimestamp>
@@ -106,6 +107,10 @@
<version>${resolverVersion}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
@@ -125,10 +130,6 @@
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.iq80.snappy</groupId>
- <artifactId>snappy</artifactId>
- </exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
@@ -203,7 +204,12 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
- <version>3.1.0</version>
+ <version>${reportingVversion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.reporting</groupId>
+ <artifactId>maven-reporting-api</artifactId>
+ <version>${reportingVversion}</version>
</dependency>
</dependencies>