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 2020/04/04 11:07:36 UTC

[sling-org-apache-sling-commons-messaging-mail] branch master updated: add JDKs 8 and 14

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-commons-messaging-mail.git


The following commit(s) were added to refs/heads/master by this push:
     new b458a8f  add JDKs 8 and 14
b458a8f is described below

commit b458a8ff07407a14470436920d1e5a48ffab09a9
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Apr 4 13:07:11 2020 +0200

    add JDKs 8 and 14
---
 .sling-module.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index 7f9d118..1472817 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,7 +1,9 @@
 {
   "jenkins": {
     "jdks": [
-      11
+      8,
+      11,
+      14
     ]
   }
 }