This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5e879516 Update JDK required on download page (Java 8 with MVN 3.9+)
(#377)
5e879516 is described below
commit 5e8795160f663baf016f9b88c85f70d20b7e9487
Author: Jorge Solórzano <[email protected]>
AuthorDate: Mon Feb 6 13:15:45 2023 +0100
Update JDK required on download page (Java 8 with MVN 3.9+) (#377)
Signed-off-by: Jorge Solórzano <[email protected]>
---
content/xdoc/download.xml.vm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/content/xdoc/download.xml.vm b/content/xdoc/download.xml.vm
index dd830083..5ff62822 100644
--- a/content/xdoc/download.xml.vm
+++ b/content/xdoc/download.xml.vm
@@ -38,7 +38,7 @@ under the License.
<table>
<tr>
<td><b>Java Development Kit (JDK)</b></td>
- <td>Maven 3.3+ requires JDK 1.7 or above to execute. It still
allows you to build against 1.3 and other JDK versions
+ <td>Maven 3.9+ requires JDK 8 or above to execute. It still
allows you to build against 1.3 and other JDK versions
<a href="/guides/mini/guide-using-toolchains.html">by using
toolchains</a>.</td>
</tr>
<tr>
@@ -215,4 +215,3 @@ under the License.
</section>
</body>
</document>
-