You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/01 16:54:01 UTC

[sling-org-apache-sling-models-integration-tests] 01/05: update to java 8

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

sseifert pushed a commit to branch feature/SLING-10948-update-integration-tests
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git

commit a3e26e5f91f38171692e590608e231ef8e9281b8
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Wed Dec 1 15:28:15 2021 +0100

    update to java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e36f4cf..31f270f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
         optionally using -Dmaven.surefire.debug to enable debugging.            
      -->
     <properties>
-        <sling.java.version>7</sling.java.version>
+        <sling.java.version>8</sling.java.version>
         <!-- Set this to run the server on a specific port
         <http.port></http.port>
          -->