Use the official Maven site. (#3034)

This commit is contained in:
健美猫 2017-02-06 07:49:05 +08:00 committed by Todd Gamblin
parent ccb07dc25e
commit 47f9096073

View File

@ -30,7 +30,7 @@ class Maven(Package):
"""Apache Maven is a software project management and comprehension tool."""
homepage = "https://maven.apache.org/index.html"
url = "http://www.gtlib.gatech.edu/pub/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz"
url = "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.tar.gz"
version('3.3.9', '516923b3955b6035ba6b0a5b031fbd8b')