From ab27b312dbb17638c106c6c475094ddedef3b897 Mon Sep 17 00:00:00 2001
From: Guylaine Prat <guylaine.prat@c-s.fr>
Date: Thu, 14 Dec 2017 12:18:49 +0100
Subject: [PATCH] Modify URL for proxy

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b311a09b..1d887341 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,7 +603,7 @@
             <extensions>true</extensions>
             <configuration>
               <serverId>ossrh</serverId>
-              <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+              <nexusUrl>http://oss.sonatype.org/</nexusUrl>
               <autoReleaseAfterClose>false</autoReleaseAfterClose>
             </configuration>
           </plugin>
-- 
GitLab