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 2020/09/15 15:29:58 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Jenkins: run against Java 15 instead of 14

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 864e1b0  Jenkins: run against Java 15 instead of 14
864e1b0 is described below

commit 864e1b06e12a5899a94814dbeb236172c2e9706c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 15 17:28:48 2020 +0200

    Jenkins: run against Java 15 instead of 14
    
    15 is now the latest released version
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 9abe5f5..e415795 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,7 +2,7 @@
     "jenkins": {
         "rebuildFrequency": "@daily",
         "sonarQubeEnabled": false,
-        "jdks": [8, 11, 14],
+        "jdks": [8, 11, 15],
         "archivePatterns": [
             "**/logs/*.log"
         ],