You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/05/10 08:02:41 UTC

[jackrabbit-filevault] branch master updated: releng: build with Java16

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new bcd36a1  releng: build with Java16
bcd36a1 is described below

commit bcd36a1769ecfa3eb44dffb2c422e2d2bb08d046
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 10 10:02:29 2021 +0200

    releng: build with Java16
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7310d52..525943a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ env:
     # available build differs among platforms.
     - JDK="adopt@1.8"
     - JDK="adopt@1.11"
-    - JDK="adopt@1.15"
+    - JDK="adopt@1.16"
 jobs:
   include:
   - os: linux