You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/12/16 20:56:42 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: make Java 8 minimum for ITs

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit bbb8f1f7b14cc6f1a5f776d555508f1ac5a537f8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 16 21:54:14 2019 +0100

    make Java 8 minimum for ITs
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49bac16..b1016ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
     <profile>
       <id>it</id>
       <activation>
-        <jdk>[1.7,)</jdk>
+        <jdk>[1.8,)</jdk>
       </activation>
       <build>
         <plugins>