We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093e641 commit 9b1d930Copy full SHA for 9b1d930
.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
1
-distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
+distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
ci/version.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
5
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 \
+ org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate \
7
-Dexpression=project.version -q -DforceStdout`
8
9
# Split things up
0 commit comments