From a044c5d3665538bc8c062e55956c643d38ca7edc Mon Sep 17 00:00:00 2001 From: lgrignon Date: Wed, 21 Apr 2021 22:22:55 +0200 Subject: [PATCH] release 3.1.0 : fix deploy repositories HTTP -> HTTPS --- transpiler/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transpiler/pom.xml b/transpiler/pom.xml index d6fae07a..25fbf776 100644 --- a/transpiler/pom.xml +++ b/transpiler/pom.xml @@ -367,12 +367,12 @@ jsweet-release libs-release - http://repository.jsweet.org/artifactory/libs-release-local + https://repository.jsweet.org/artifactory/libs-release-local jsweet-snapshots libs-snapshot - http://repository.jsweet.org/artifactory/libs-snapshot-local + https://repository.jsweet.org/artifactory/libs-snapshot-local