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/commons-vfs.git
commit 54bf93216775c4bae651be4ac987d848f02997d1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 5 20:56:03 2021 -0500 Copy Maven version mentioned in BUILDING.txt. --- src/site/xdoc/download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index 1866b37..cefdb3a 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -105,7 +105,7 @@ </section> <section name="Building Commons VFS"> <p> - To build Commons VFS, get the <a href="scm.html">sources</a> and use <a href="http://maven.apache.org">Maven</a> 3.0.5 or later. + To build Commons VFS, get the <a href="scm.html">sources</a> and use <a href="http://maven.apache.org">Maven</a> 3.2.5 or later. You need to use Java 8 or later. Production builds can be done with the <code>-Pjava-1.8</code> profile from Commons Parent (which will compile and test with a JDK from the JAVA_1_8_HOME environment variable).