This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MEJB-137
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git

commit 855c5aab397dba93cbb18eba481e8a6919a3f878
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Fri May 3 18:46:47 2024 +0200

    [MEJB-137] Require Maven 3.6.3+
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c1fe8b9..682a0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@ under the License.
   <description>Generates a Java Enterprise JavaBean (EJB) file as well as the 
associated client JAR.</description>
 
   <prerequisites>
-    <maven>${mavenVersion}</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>
@@ -60,7 +60,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.2.5</mavenVersion>
+    <mavenVersion>3.9.6</mavenVersion>
     
<project.build.outputTimestamp>2022-04-18T18:55:30Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to