This is an automated email from the ASF dual-hosted git repository. nielsbasjes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/avro.git
commit fb2d025a3d6d4a786283c770ec955f644d133b9a Author: Niels Basjes <[email protected]> AuthorDate: Thu Jun 20 10:50:57 2019 +0200 AVRO-2404: Make jar download secure --- lang/py/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/py/build.xml b/lang/py/build.xml index 0a549fd..ad102d2 100644 --- a/lang/py/build.xml +++ b/lang/py/build.xml @@ -72,7 +72,7 @@ </target> <target name="ivy-download" unless="ivy.jar.found" > - <get src="http://repo2.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar" dest="${ivy.jar}" usetimestamp="true" /> + <get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar" dest="${ivy.jar}" usetimestamp="true" /> </target> <target name="build"
