This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 90101f5 ARTEMIS-3270: update enforced minimum maven version to 3.5.0
new 9d98bab This closes #3595
90101f5 is described below
commit 90101f5b5435922fd0310ec8abb50d186245fcce
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue May 25 13:42:13 2021 +0100
ARTEMIS-3270: update enforced minimum maven version to 3.5.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 19991b8..d8d2119 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1449,7 +1449,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>3.1</version>
+ <version>3.5.0</version>
</requireMavenVersion>
</rules>
</configuration>