Skip to content

Commit

Permalink
Set repository sites to https
Browse files Browse the repository at this point in the history
  • Loading branch information
nichunen committed Jan 6, 2020
1 parent 7a97c73 commit 320c20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
<repository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
Expand All @@ -1089,7 +1089,7 @@

<repository>
<id>conjars</id>
<url>http://conjars.org/repo/</url>
<url>https://conjars.org/repo/</url>
</repository>

<repository>
Expand All @@ -1105,7 +1105,7 @@
<repository>
<id>kyligence</id>
<name>Kyligence Repository</name>
<url>http://repository.kyligence.io:8081/repository/maven-public/
<url>https://repository.kyligence.io:8443/repository/maven-public/
</url>
<releases>
<enabled>true</enabled>
Expand Down

0 comments on commit 320c20f

Please sign in to comment.