ndimiduk commented on a change in pull request #1430: HBASE-24113 Upgrade the
maven we use from 3.5.4 to 3.6.3 in nightlies
URL: https://github.com/apache/hbase/pull/1430#discussion_r403390721
##########
File path: dev-support/docker/Dockerfile
##########
@@ -89,7 +89,7 @@ RUN curl --location --fail --silent --show-error --output
/tmp/hadolint "${HADOL
echo "${HADOLINT_SHA256} */tmp/hadolint" | sha256sum -c -
FROM BASE_IMAGE AS MAVEN_DOWNLOAD_IMAGE
-ENV MAVEN_VERSION='3.5.4'
+ENV MAVEN_VERSION='3.6.3'
ENV MAVEN_URL
"https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz"
ENV MAVEN_SHA256
'ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d'
Review comment:
Need to also update the artifact checksums.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services