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 <[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 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

Reply via email to