You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2019/03/25 10:17:07 UTC

[deltaspike] branch master updated: Fix wrong JDK version in README.md.

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new f032145  Fix wrong JDK version in README.md.
     new d54ba1b  Merge pull request #83 from j-be/readme-jdk8
f032145 is described below

commit f03214562d61a7de9dfcae51b8059869e19f6d76
Author: Juri Berlanda <ju...@hotmail.com>
AuthorDate: Fri Feb 15 17:34:56 2019 +0100

    Fix wrong JDK version in README.md.
    
    deltaspike/parent/pom.xml states <java.version>1.8</java.version>.
    
    Signed-off-by: Juri Berlanda <ju...@hotmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1fa667d..410a0b7 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The easiest way to get started with DeltaSpike is to use Maven or Gradle as a bu
 ## Requirements to Build
 
 - Git
-- JDK 6
+- JDK 8
 - Maven
 
 Just run `mvn clean install` from the top level directory, `deltaspike` to build the source code.
\ No newline at end of file