You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/09/13 12:31:15 UTC

[sling-org-apache-sling-app-cms] branch SLING-7900 updated: SLING-7900 set core to java 8

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

jeb pushed a commit to branch SLING-7900
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/SLING-7900 by this push:
     new 43b079f  SLING-7900 set core to java 8
43b079f is described below

commit 43b079f984a028f98b50ad4cf386f12402db5918
Author: JE Bailey <ja...@sas.com>
AuthorDate: Thu Sep 13 08:31:09 2018 -0400

    SLING-7900 set core to java 8
---
 core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 054ed4d..266788b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -188,4 +188,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+    <properties>
+        <sling.java.version>8</sling.java.version>
+    </properties>
 </project>
\ No newline at end of file