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/03 15:06:04 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: Travis: build with Java 16

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-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new dd2c3a3  Travis: build with Java 16
dd2c3a3 is described below

commit dd2c3a36d0b0685040ac5853fd55c03ab04c832b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 3 17:05:56 2021 +0200

    Travis: build with Java 16
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 68f6f9d..cba00fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ env:
     # available build differs among platforms.
     - JDK="adopt@1.8"
     - JDK="adopt@1.11"
-    - JDK="adopt@1.14"
+    - JDK="adopt@1.16"
 jobs:
   # for Java11 with linux include only one job which does sonar analysis as well as regular build
   include: