From 224ade3c1e2ac87569572d3800f035f131af275c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 15 Feb 2020 08:48:26 +0100 Subject: [PATCH] Use HTTPS for Maven Central. --- META-INF/spring/bouncycastle.xml | 8 ++++---- META-INF/spring/distribution.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/META-INF/spring/bouncycastle.xml b/META-INF/spring/bouncycastle.xml index d99bfa2..bce7570 100644 --- a/META-INF/spring/bouncycastle.xml +++ b/META-INF/spring/bouncycastle.xml @@ -18,7 +18,7 @@ + value="https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/@{version}/bcprov-jdk15on-@{version}-sources.jar" /> @@ -29,7 +29,7 @@ + value="https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/@{version}/bcpkix-jdk15on-@{version}-sources.jar" /> @@ -40,7 +40,7 @@ + value="https://repo1.maven.org/maven2/org/bouncycastle/bcmail-jdk15on/@{version}/bcmail-jdk15on-@{version}-sources.jar" /> @@ -51,7 +51,7 @@ + value="https://repo1.maven.org/maven2/org/bouncycastle/bcpg-jdk15on/@{version}/bcpg-jdk15on-@{version}-sources.jar" /> diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index a579eb6..1bc3066 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -198,7 +198,7 @@ - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/ http://download.eclipse.org/gemini/mvn/ -- 2.30.2