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/05/28 19:10:16 UTC

[sling-org-apache-sling-testing-paxexam] branch master updated: SLING-8440 Use Sling Bundle Parent 35

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-testing-paxexam.git


The following commit(s) were added to refs/heads/master by this push:
     new 9072fdb  SLING-8440 Use Sling Bundle Parent 35
9072fdb is described below

commit 9072fdb11e5cdbf3519dfc99eeab25b81613e197
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 28 21:03:56 2019 +0200

    SLING-8440 Use Sling Bundle Parent 35
    
    Minimum Java 8 enforced by Sling Bundle Parent 35
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 488d3c7..75efa0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <sling.java.version>7</sling.java.version>
+    <sling.java.version>8</sling.java.version>
     <org.ops4j.pax.exam.version>4.13.1</org.ops4j.pax.exam.version>
   </properties>