You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2018/09/29 06:37:23 UTC

mnemonic git commit: MNEMONIC-508: Link not found

Repository: mnemonic
Updated Branches:
  refs/heads/master 75fa6ed2c -> 38706b490


MNEMONIC-508: Link not found


Project: http://git-wip-us.apache.org/repos/asf/mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/mnemonic/commit/38706b49
Tree: http://git-wip-us.apache.org/repos/asf/mnemonic/tree/38706b49
Diff: http://git-wip-us.apache.org/repos/asf/mnemonic/diff/38706b49

Branch: refs/heads/master
Commit: 38706b490cec7fedfcf444a650b7d7ace4b0533f
Parents: 75fa6ed
Author: Wang, Gang(Gary) <ga...@apache.org>
Authored: Fri Sep 28 23:36:38 2018 -0700
Committer: Wang, Gang(Gary) <ga...@apache.org>
Committed: Fri Sep 28 23:36:38 2018 -0700

----------------------------------------------------------------------
 docker/docker-CentOS/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/38706b49/docker/docker-CentOS/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/docker-CentOS/Dockerfile b/docker/docker-CentOS/Dockerfile
index 6852503..1a8cfa9 100644
--- a/docker/docker-CentOS/Dockerfile
+++ b/docker/docker-CentOS/Dockerfile
@@ -33,7 +33,7 @@ RUN curl -sSL https://s3.amazonaws.com/download.fpcomplete.com/centos/7/fpco.rep
 RUN yum -y update && yum -y groupinstall 'Development Tools' && \
     yum -y install java-devel cmake check check-devel libuuid-devel man zlib-devel wget stack && yum clean all
 
-RUN curl -O http://apache.mirrors.ionfish.org/maven/maven-3/3.3.9/binaries/apache-maven-3.5.4-bin.tar.gz && \
+RUN curl -O http://mirror.cogentco.com/pub/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz && \
     tar xvf apache-maven-3.5.4-bin.tar.gz && \
     mv apache-maven-3.5.4 /usr/local/apache-maven