This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 39f55aa Maven to 3.9.16 and Resolver to 1.9.27 (#365)
39f55aa is described below
commit 39f55aa19f54e6d6f6ff747b9b939b1b0f94ff3c
Author: Matthias Bünger <[email protected]>
AuthorDate: Mon May 25 20:02:24 2026 +0200
Maven to 3.9.16 and Resolver to 1.9.27 (#365)
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0d98b4e..3816c91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
<properties>
<javaVersion>8</javaVersion>
- <mavenVersion>3.9.11</mavenVersion>
- <resolverVersion>1.9.24</resolverVersion>
+ <mavenVersion>3.9.16</mavenVersion>
+ <resolverVersion>1.9.27</resolverVersion>
<project.build.outputTimestamp>2024-10-18T10:10:51Z</project.build.outputTimestamp>
</properties>
@@ -276,7 +276,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.9.1</version>
<configuration>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<projectsDirectory>src/it/projects</projectsDirectory>