Skip to content

Commit

Permalink
Change repo URLs to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Aug 17, 2016
1 parent 8c8c509 commit c75bd81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -139,12 +139,12 @@
<repository>
<id>repo.spring.io-milestones</id>
<name>repo.spring.io-milestones</name>
<url>http://repo.spring.io/libs-milestone-local</url>
<url>https://repo.spring.io/libs-milestone-local</url>
</repository>
<repository>
<id>repo.spring.io-snapshots</id>
<name>repo.spring.io-snapshots</name>
<url>http://repo.spring.io/libs-snapshot-local</url>
<url>https://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -154,18 +154,18 @@
<pluginRepositories>
<pluginRepository>
<id>spring-libs-snapshots</id>
<url>http://repo.spring.io/libs-snapshot-local</url>
<url>https://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-libs-milestones</id>
<url>http://repo.spring.io/libs-milestone-local</url>
<url>https://repo.spring.io/libs-milestone-local</url>
</pluginRepository>
<pluginRepository>
<id>spring-libs-release</id>
<url>http://repo.spring.io/libs-release-local</url>
<url>https://repo.spring.io/libs-release-local</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit c75bd81

Please sign in to comment.