This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit 1c8765cb1acd58729ca2caaea92ddc2ff48f85f9 Author: sseifert <[email protected]> AuthorDate: Mon Aug 6 10:32:56 2018 +0200 SLING-7782 update comment to reflect new compiler default --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6ed4a29..395076c 100644 --- a/pom.xml +++ b/pom.xml @@ -50,8 +50,8 @@ Java API and class file compliance. This property supports one of three values: - 6: Java 6 - - 7: Java 7 (default) - - 8: Java 8 + - 7: Java 7 + - 8: Java 8 (default) - 9: Java 9 --> <sling.java.version>8</sling.java.version>
