Skip to content

Commit

Permalink
update repository urls to use SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Nov 2, 2016
1 parent eed0fa4 commit 316b9dc
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 @@ -49,19 +49,19 @@ vim:sts=2:sw=2
<repository>
<id>commons.archiva.internal</id>
<name>Internal Release Repository</name>
<url>http://dev.commons.asu.edu/archiva/repository/internal/</url>
<url>https://dev.commons.asu.edu/archiva/repository/internal/</url>
</repository>
<snapshotRepository>
<id>commons.archiva.snapshots</id>
<name>Internal Snapshot Repository</name>
<url>http://dev.commons.asu.edu/archiva/repository/snapshots/</url>
<url>https://dev.commons.asu.edu/archiva/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>commons.archiva</id>
<name>dev.commons archiva repo</name>
<url>http://dev.commons.asu.edu/archiva/repository/internal</url>
<url>https://dev.commons.asu.edu/archiva/repository/internal</url>
</repository>
</repositories>
<dependencies>
Expand Down

0 comments on commit 316b9dc

Please sign in to comment.