You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/12 15:51:37 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Test Sling with Java 8, 11, and 12.

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 05c32b6  Test Sling with Java 8, 11, and 12.
05c32b6 is described below

commit 05c32b66bb9cec67cec4be4ab87788897f2ce303
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Sep 12 17:51:03 2019 +0200

    Test Sling with Java 8, 11, and 12.
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 370cbbe..7f7715d 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,6 +1,6 @@
 {
     "jenkins": {
-        "jdks": [8, 9, 10, 11],
+        "jdks": [8, 11, 12],
         "archivePatterns": [
             "**/logs/*.log"
         ],