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 6df093f  [MRAR-89] Require Maven 3.6.3+
6df093f is described below

commit 6df093f6a4ae3bd5bc1bdd95eb96363079003e58
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Jan 11 00:49:15 2024 +0100

    [MRAR-89] Require Maven 3.6.3+
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b6f138..46c878d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
-    <mavenVersion>3.3.9</mavenVersion>
+    <mavenVersion>3.6.3</mavenVersion>
     
<project.build.outputTimestamp>2022-07-17T16:41:19Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to