Skip to content

Commit

Permalink
Update pom.xml using https for repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sfox committed Mar 3, 2023
1 parent 4918913 commit 2594099
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 @@ -42,17 +42,17 @@
<repository>
<id>evolveum-nexus-releases</id>
<name>Internal Releases</name>
<url>http://nexus.evolveum.com/nexus/content/repositories/releases/</url>
<url>https://nexus.evolveum.com/nexus/content/repositories/releases/</url>
</repository>
<repository>
<id>evolveum-nexus-snapshots</id>
<name>Internal Releases</name>
<url>http://nexus.evolveum.com/nexus/content/repositories/snapshots/</url>
<url>https://nexus.evolveum.com/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>apache-snapshots</id>
<name>Apache Snapshots</name>
<url>http://repository.apache.org/snapshots/</url>
<url>https://repository.apache.org/snapshots/</url>
</repository>
</repositories>

Expand Down

0 comments on commit 2594099

Please sign in to comment.