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 3f5a0b1  Java 13 is out, test with 13 instead of 12.
3f5a0b1 is described below

commit 3f5a0b1917f0281a20d859f3d001354be528e77f
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Sep 18 10:37:03 2019 +0200

    Java 13 is out, test with 13 instead of 12.
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to