You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/10/26 05:46:19 UTC

incubator-tamaya git commit: TAMAYA-279: Update docs due to Java8

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 6813c93e3 -> 1bcf441da


TAMAYA-279: Update docs due to Java8


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/1bcf441d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/1bcf441d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/1bcf441d

Branch: refs/heads/master
Commit: 1bcf441da64a328b53dd6b494c6e4595f8a13820
Parents: 6813c93
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Oct 26 07:46:06 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Oct 26 07:46:06 2017 +0200

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/1bcf441d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3a96508..22bb2e6 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@ More information on Tamaya can be found on the [homepage of Apache Tamaya](https
 
 ## Building Apache Tamaya
 
-The Apache Tamaya project is built with [Maven 3](https://maven.apache.org/) and [Java 7](https://java.sun.com/), so you need JDK >=1.7 and a reasonable version of maven
+The Apache Tamaya project is built with [Maven 3](https://maven.apache.org/) and [Java 8](https://java.sun.com/), so you need JDK >=1.8 and a reasonable version of maven
 installed on your computer.
 
 
-Then you can build Tamaya by the following command:
+Then you can build Tamaya via:
 ```
 $ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m"
-$ mvn 
+$ mvn
 ```