Skip to content

Commit

Permalink
Merge pull request opentripplanner#2408 from opentripplanner/maven-ssl
Browse files Browse the repository at this point in the history
switch maven repositories to use SSL where possible.
  • Loading branch information
abyrd authored Feb 28, 2017
2 parents 4a4da2b + 2c8df47 commit 67ea73b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<repository>
<id>central2</id>
<name>check central first to avoid a lot of not found warnings</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>download.java.net</id>
Expand All @@ -345,12 +345,12 @@
<repository>
<id>axis</id>
<name>axis</name>
<url>http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/</url>
<url>https://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/</url>
</repository>
<repository>
<id>conveyal</id>
<name>Conveyal Maven Repository</name>
<url>http://maven.conveyal.com/</url>
<url>https://maven.conveyal.com/</url>
</repository>
<!-- Needed for graphql-java-->
<repository>
Expand All @@ -359,7 +359,7 @@
</snapshots>
<id>bintray-andimarek-graphql-java</id>
<name>bintray</name>
<url>http://dl.bintray.com/andimarek/graphql-java</url>
<url>https://dl.bintray.com/andimarek/graphql-java</url>
</repository>
</repositories>

Expand Down

0 comments on commit 67ea73b

Please sign in to comment.