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

commit 5abf31c13c9b2e1710b77c7d9437186c04aecd51
Author: JE Bailey <[email protected]>
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

Reply via email to