You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/12/19 21:09:52 UTC

[sling-org-apache-sling-app-cms] 05/17: SLING-7900 set core to java 8

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

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

commit 14d282ffadea12e2b69a907d6b8afa75949c5887
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 f1a2568..d936bb1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -186,4 +186,7 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+    <properties>
+        <sling.java.version>8</sling.java.version>
+    </properties>
 </project>
\ No newline at end of file