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 13:03:00 UTC

[sling-org-apache-sling-commons-messaging-mail] branch master updated: reverse JDK order

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 1ebf149  reverse JDK order
1ebf149 is described below

commit 1ebf149dc46f98bdeecdfca746280e483518dc67
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Apr 4 15:02:50 2020 +0200

    reverse JDK order
---
 .sling-module.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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