Skip to content

Commit 9b1d930

Browse files
committed
Upgrade to Maven 3.9.9
See gh-913
1 parent 093e641 commit 9b1d930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

ci/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
RAW_VERSION=`MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw \
6-
org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \
6+
org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate \
77
-Dexpression=project.version -q -DforceStdout`
88

99
# Split things up

0 commit comments

Comments
 (0)