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

ljain 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 0b70002  RATIS-684. Yetus build fails due to unreachable maven url. 
Contributed by Lokesh Jain.
0b70002 is described below

commit 0b70002bddae994f63f8d2a068b86474c361619e
Author: Lokesh Jain <[email protected]>
AuthorDate: Wed Sep 18 23:36:31 2019 +0530

    RATIS-684. Yetus build fails due to unreachable maven url. 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 d6e9e3b..2cf298f 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.0/binaries/apache-maven-3.6.0-bin.tar.gz
 \
+         
http://www-us.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-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

Reply via email to