You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2014/03/25 22:23:00 UTC

git commit: [MNG-5609] README.txt in distro incorrectly states JDK requirement as 1.5+

Repository: maven
Updated Branches:
  refs/heads/master 64c419506 -> a084de9c9


[MNG-5609] README.txt in distro incorrectly states JDK requirement as 1.5+

Signed-off-by: Anders Hammar <an...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a084de9c
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a084de9c
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/a084de9c

Branch: refs/heads/master
Commit: a084de9c98c6a926c7d561181ffabefa9ba83ed1
Parents: 64c4195
Author: Anders Hammar <an...@apache.org>
Authored: Tue Mar 25 22:21:14 2014 +0100
Committer: Anders Hammar <an...@apache.org>
Committed: Tue Mar 25 22:21:14 2014 +0100

----------------------------------------------------------------------
 apache-maven/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/a084de9c/apache-maven/README.txt
----------------------------------------------------------------------
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index dc55c01..a07997a 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -22,7 +22,7 @@
   -------------------
 
   JDK:
-    1.5 or above (this is to execute Maven - it still allows you to build against 1.3
+    1.6 or above (this is to execute Maven - it still allows you to build against 1.3
     and prior JDK's).
   Memory:
     No minimum requirement.