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 97ca5b2  Jenkins: run against Java 14 instead of 13
97ca5b2 is described below

commit 97ca5b2145e0ac9de979887910014d064b6db72b
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Aug 7 10:50:14 2020 +0200

    Jenkins: run against Java 14 instead of 13
    
    14 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 ed45648..48c9f65 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,7 +1,7 @@
 {
     "jenkins": {
         "rebuildFrequency": "@daily",
-        "jdks": [8, 11, 13],
+        "jdks": [8, 11, 14],
         "archivePatterns": [
             "**/logs/*.log"
         ],

Reply via email to