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 dc26be582c Update Maven to 3.8.6
dc26be582c is described below
commit dc26be582cc5ba65d8cd05cdc1ac0c4a653e7ab5
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Jun 14 11:20:19 2022 +0300
Update Maven to 3.8.6
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/maven.yml | 2 +-
.travis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e551d5b092..e2891574f4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
- name: Install Maven
run: |
- MAVEN_VERSION=3.8.5
+ MAVEN_VERSION=3.8.6
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
diff --git a/.travis.yml b/.travis.yml
index f1e205f2eb..f3fc0f6139 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_install:
- sudo apt-get install -y openjdk-17-jdk
- export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-${TRAVIS_CPU_ARCH}"
- export PATH="$JAVA_HOME/bin:$PATH"
- - export MAVEN_VERSION=3.8.5
+ - export MAVEN_VERSION=3.8.6
- 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