This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new da960b4f1 Project requires minimum Maven version for build of: 3.6.3
da960b4f1 is described below
commit da960b4f1437fc8fa69a7f56d8d02e0f69c454f8
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 18 14:34:40 2023 -0500
Project requires minimum Maven version for build of: 3.6.3
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 60abd7bc2..b335eb69b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,8 +140,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <!-- !
Maven minimum 3.2.0 to build. -->
-
<version>3.2.0</version>
+
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</configuration>