This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 14b34424eb ARTEMIS-5846: require Maven 3.9.0+ to build
14b34424eb is described below
commit 14b34424eb7566a01fbbe3f4224eade8f9a1cbba
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Jan 14 13:50:19 2026 +0000
ARTEMIS-5846: require Maven 3.9.0+ to build
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index afcf518d09..be561b0f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1030,8 +1030,8 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>3.5.0</version>
- <message>You must use Maven 3.5.0+ to
build</message>
+ <version>3.9</version>
+ <message>You must use Maven 3.9.0+ to
build</message>
</requireMavenVersion>
</rules>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]