This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 21379b0d0c5cf48c776d6ade73affabdafe3dd33 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Oct 31 10:02:38 2019 +0700 JAMES-2933 Maven 3.6.0+ is required by the build --- pom.xml | 2 +- src/site/xdoc/server/dev-build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5d57f19..1f02df5 100644 --- a/pom.xml +++ b/pom.xml @@ -3131,7 +3131,7 @@ <configuration> <rules> <requireMavenVersion> - <version>3.3.9</version> + <version>3.6.0</version> </requireMavenVersion> </rules> </configuration> diff --git a/src/site/xdoc/server/dev-build.xml b/src/site/xdoc/server/dev-build.xml index 99b530f..aa630bb 100644 --- a/src/site/xdoc/server/dev-build.xml +++ b/src/site/xdoc/server/dev-build.xml @@ -68,7 +68,7 @@ <li>Java Development Kit - You must have a JDK of Java version 11 or higher installed to build the James distribution. The exact JDKs available depend on the platform. A JDK must be downloaded and installed before the build can run.</li> - <li>Maven 3.3.9 - This is a Java-tailored, XML-configured, extensible build or make system. You need maven (3.3.9+) in order + <li>Maven 3.6.0 - This is a Java-tailored, XML-configured, extensible build or make system. You need maven (3.6.0+) in order to build James. We recommend you to use maven 3.6.2. You can get maven from <a href="http://maven.apache.org/download.html">here</a>. Installation instructions for maven are also available on the same page <a href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a>.</li> </ol> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
