You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2020/02/28 14:54:39 UTC

[incubator-ratis] branch master updated: RATIS-820. Use https for the maven repositories

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 339625c  RATIS-820. Use https for the maven repositories
339625c is described below

commit 339625cfb6f92e5ae3ade6ea9c6e502ba62d4206
Author: Jonathan Leitschuh <Jo...@gmail.com>
AuthorDate: Fri Feb 28 15:54:00 2020 +0100

    RATIS-820. Use https for the maven repositories
    
    Closes #53
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d634e0..7c612fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     </repository>
     <repository>
       <id>repository.jboss.org</id>
-      <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+      <url>https://repository.jboss.org/nexus/content/groups/public/</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
@@ -91,7 +91,7 @@
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
-      <url>http://repository.apache.org/snapshots/</url>
+      <url>https://repository.apache.org/snapshots/</url>
     </pluginRepository>
   </pluginRepositories>