You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/12/30 21:59:52 UTC

[creadur-rat] branch master updated: Use current maven 3.8.4 when building via Travis

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new bc2d716  Use current maven 3.8.4 when building via Travis
bc2d716 is described below

commit bc2d716957daf0391112f762296cc27bef69004d
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Dec 30 22:59:48 2021 +0100

    Use current maven 3.8.4 when building via Travis
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4493ff6..6dac416 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,17 @@ services:
 
 jobs:
   include:
-    - env: DOCKER_IMAGE=maven:3.6.3-jdk-8
+    - env: DOCKER_IMAGE=maven:3.8.4-jdk-8
     - env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with Maven for this JDK
     - env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with Maven for this JDK
-    - env: DOCKER_IMAGE=maven:3.6.3-jdk-11
+    - env: DOCKER_IMAGE=maven:3.8.4-jdk-11
     - env: DOCKER_IMAGE=maven:3.6.2-jdk-12
     - env: DOCKER_IMAGE=maven:3.6.2-jdk-13
     - env: DOCKER_IMAGE=maven:3.6.3-jdk-14
     - env: DOCKER_IMAGE=maven:3.6.3-openjdk-15
 # 20200914: enable after RAT-273 is fixed
 #    - env: DOCKER_IMAGE=maven:3.6.3-openjdk-16
+#    - env: DOCKER_IMAGE=maven:3.8.4-openjdk-17
 
 install:
   - docker pull "${DOCKER_IMAGE}"