You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2022/03/22 08:45:17 UTC

[wicket] branch master updated: Update Maven to 3.8.5

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 85b509f  Update Maven to 3.8.5
85b509f is described below

commit 85b509f94b79a62bf850fce96cd9c87391333b8b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Mar 22 10:44:46 2022 +0200

    Update Maven to 3.8.5
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a6b7b59..2934bfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ before_install:
   - sudo apt-get install -y openjdk-17-jdk chromium-browser fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libx [...]
   - export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-${TRAVIS_CPU_ARCH}"
   - export PATH="$JAVA_HOME/bin:$PATH"
-  - export MAVEN_VERSION=3.8.4
+  - export MAVEN_VERSION=3.8.5
   - wget https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
   - tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz
   - export PATH=$PWD/apache-maven-${MAVEN_VERSION}/bin:$PATH