From da034e4ad030f5d82bf3e9cbca13459479f87059 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Thu, 14 Dec 2017 16:25:57 +0100
Subject: [PATCH] Use https again for connection to ossrh.

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

diff --git a/pom.xml b/pom.xml
index 36045d81..806019ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,7 +604,7 @@
             <extensions>true</extensions>
             <configuration>
               <serverId>ossrh</serverId>
-              <nexusUrl>http://oss.sonatype.org/</nexusUrl>
+              <nexusUrl>https://oss.sonatype.org/</nexusUrl>
               <autoReleaseAfterClose>false</autoReleaseAfterClose>
             </configuration>
           </plugin>
-- 
GitLab