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/07/23 14:29:35 UTC

[sling-parent] branch SLING-7782 updated: Update pom.xml

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

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


The following commit(s) were added to refs/heads/SLING-7782 by this push:
     new 439bb3f  Update pom.xml
439bb3f is described below

commit 439bb3f192f51e1cbd69d5b3ae5bdb2c7423c92b
Author: Jason E Bailey <je...@apache.org>
AuthorDate: Mon Jul 23 10:29:34 2018 -0400

    Update pom.xml
    
    updated sling.java.version to 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f00e6f8..80db165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
               - 8: Java 8
               - 9: Java 9
         -->
-        <sling.java.version>7</sling.java.version>
+        <sling.java.version>8</sling.java.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <surefire.plugin.version>2.20.1</surefire.plugin.version>