You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ms...@apache.org on 2019/12/17 10:32:55 UTC

[incubator-ratis] branch master updated: RATIS-782. Upgrade maven version to 3.6.3. Contributed by Lokesh Jain.

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

msingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new d8976d7  RATIS-782. Upgrade maven version to 3.6.3. Contributed by Lokesh Jain.
d8976d7 is described below

commit d8976d79eaa2e522fc8fd6531deff7d4ac635c53
Author: Mukul Kumar Singh <mu...@cloudera.com>
AuthorDate: Tue Dec 17 16:02:38 2019 +0530

    RATIS-782. Upgrade maven version to 3.6.3. Contributed by Lokesh Jain.
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 2cf298f..99dc98c 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -67,7 +67,7 @@ RUN mkdir -p $HOME/protobuf && \
 ######
 RUN mkdir -p /opt/maven && \
     curl -L -s -S \
-         http://www-us.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz \
+         http://www-us.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz \
          -o /opt/maven.tar.gz && \
     tar xzf /opt/maven.tar.gz --strip-components 1 -C /opt/maven
 ENV MAVEN_HOME /opt/maven