You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2015/04/01 02:24:27 UTC

[45/50] [abbrv] maven git commit: Update JDK references to JDK7

Update JDK references to JDK7


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

Branch: refs/heads/slf4j-log4j2
Commit: c1384a2fed18a4807bef8c501b848c1efe631960
Parents: c88ac1b
Author: Jason van Zyl <ja...@tesla.io>
Authored: Thu Mar 19 08:43:49 2015 -0400
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Thu Mar 19 08:43:49 2015 -0400

----------------------------------------------------------------------
 README.md               | 4 ++--
 apache-maven/README.txt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/c1384a2f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 216e7d8..b030c44 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ Maven is available under the [Apache License, Version 2.0](http://www.apache.org
 
 If you want to bootstrap Maven, you'll need:
 
-- Java 1.6+
+- Java 1.7+
 - Ant 1.8 or later
 
 Run Ant, specifying a location into which the completed Maven distro should be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.2.x-SNAPSHOT"
+ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in that directory!

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