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-rar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b5e06fe Bump Maven deps to 3.9.11
b5e06fe is described below
commit b5e06fe716aa83585653d3ab1da9b8077adfaaa8
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 9 14:06:47 2025 +0100
Bump Maven deps to 3.9.11
---
pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 67bf920..0e4b443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@ under the License.
</contributors>
<prerequisites>
- <maven>${mavenVersion}</maven>
+ <maven>3.6.3</maven>
</prerequisites>
<scm>
@@ -70,8 +70,10 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>3.6.3</mavenVersion>
+ <mavenVersion>3.9.11</mavenVersion>
<project.build.outputTimestamp>2022-07-17T16:41:19Z</project.build.outputTimestamp>
+
+ <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
</properties>
<dependencies>