This is an automated email from the ASF dual-hosted git repository.

elharo 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 6a5780e8 Minor wording fix in download page (#361)
6a5780e8 is described below

commit 6a5780e8aa5c5ba7d76f98dd4d885e6a1bb74916
Author: Petr Široký <[email protected]>
AuthorDate: Sun Jan 1 14:10:59 2023 +0100

    Minor wording fix in download page (#361)
    
    * 'Maven' is used as singular in this case, so the rest of the
       sentence should follow that
---
 content/xdoc/download.xml.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/xdoc/download.xml.vm b/content/xdoc/download.xml.vm
index 2f0aaf53..ebce812b 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+ require JDK 1.7 or above to execute - they still 
allow you to build against 1.3 and other JDK versions
+              <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
               <a href="/guides/mini/guide-using-toolchains.html">by Using 
Toolchains</a></td>
             </tr>
             <tr>
@@ -136,7 +136,7 @@ under the License.
           <table>
             <tr>
               <td><b>Java Development Kit (JDK)</b></td>
-              <td>Maven 4.0+ require JDK 1.8 or above to execute - they still 
allow you to build against 1.3 and other JDK versions
+              <td>Maven 4.0+ requires JDK 1.8 or above to execute - it still 
allow 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>

Reply via email to