Skip to content

Commit

Permalink
Merge pull request #11 from adamretter/patch-1
Browse files Browse the repository at this point in the history
Use https for repos
  • Loading branch information
lcahlander authored Apr 9, 2021
2 parents 94a8558 + 7a4317e commit 61ac9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<repositories>
<repository>
<id>exist-db</id>
<url>http://repo.evolvedbinary.com/repository/exist-db/</url>
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -322,7 +322,7 @@
</repository>
<repository>
<id>exist-db-snapshots</id>
<url>http://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit 61ac9fc

Please sign in to comment.