You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2020/01/23 13:27:21 UTC

[kylin] 02/02: Set repo of spring-snapshots with url https

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

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 7019774375ba822eb8dc46d1c18faa339a4a551e
Author: nichunen <ni...@apache.org>
AuthorDate: Thu Jan 23 15:07:38 2020 +0800

    Set repo of spring-snapshots with url https
---
 server-base/pom.xml     | 4 ++--
 server/pom.xml          | 4 ++--
 stream-receiver/pom.xml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/server-base/pom.xml b/server-base/pom.xml
index 7ec9b73..addbd3b 100644
--- a/server-base/pom.xml
+++ b/server-base/pom.xml
@@ -263,7 +263,7 @@
     <repositories>
         <repository>
             <id>spring-snapshots</id>
-            <url>http://repo.spring.io/libs-snapshot</url>
+            <url>https://repo.spring.io/libs-snapshot</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -272,7 +272,7 @@
     <pluginRepositories>
         <pluginRepository>
             <id>spring-snapshots</id>
-            <url>http://repo.spring.io/libs-snapshot</url>
+            <url>https://repo.spring.io/libs-snapshot</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
diff --git a/server/pom.xml b/server/pom.xml
index 65daaca..7c789b6 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -350,7 +350,7 @@
     <repositories>
         <repository>
             <id>spring-snapshots</id>
-            <url>http://repo.spring.io/libs-snapshot</url>
+            <url>https://repo.spring.io/libs-snapshot</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -359,7 +359,7 @@
     <pluginRepositories>
         <pluginRepository>
             <id>spring-snapshots</id>
-            <url>http://repo.spring.io/libs-snapshot</url>
+            <url>https://repo.spring.io/libs-snapshot</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
diff --git a/stream-receiver/pom.xml b/stream-receiver/pom.xml
index cc2ef92..12a5068 100644
--- a/stream-receiver/pom.xml
+++ b/stream-receiver/pom.xml
@@ -290,7 +290,7 @@
     <repositories>
         <repository>
             <id>spring-snapshots</id>
-            <url>http://repo.spring.io/libs-snapshot</url>
+            <url>https://repo.spring.io/libs-snapshot</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -299,7 +299,7 @@
     <pluginRepositories>
         <pluginRepository>
             <id>spring-snapshots</id>
-            <url>http://repo.spring.io/libs-snapshot</url>
+            <url>https://repo.spring.io/libs-snapshot</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>