From fbcb7a76514dc88dc05c89aa7d49c4e941c8adbf Mon Sep 17 00:00:00 2001 From: Alex Zolotko Date: Mon, 10 Feb 2020 09:28:55 +0100 Subject: [PATCH] Update pom.xml to use https:// URLs Otherwise, maven fails with: 501 HTTPS Required. Use https://repo1.maven.org/maven2/ --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a37c9403..f142a75d 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma central - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 false @@ -204,11 +204,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma github-releases - http://oss.sonatype.org/content/repositories/github-releases/ + https://oss.sonatype.org/content/repositories/github-releases/ clojars.org - http://clojars.org/repo + https://clojars.org/repo