Skip to content

Commit

Permalink
Merge pull request #398 from candrews/patch-1
Browse files Browse the repository at this point in the history
Use https URLs whenever possible
  • Loading branch information
psibre committed Sep 21, 2015
2 parents 9cb8246 + d1f4d8c commit 3b343ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
<url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
<url>https://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
</license>
</licenses>

Expand Down Expand Up @@ -117,7 +117,7 @@
</repository>
<snapshotRepository>
<id>bintray</id>
<url>http://oss.jfrog.org/artifactory/oss-snapshot-local</url>
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
</snapshotRepository>
</distributionManagement>

Expand Down Expand Up @@ -378,7 +378,7 @@
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>

Expand Down

0 comments on commit 3b343ea

Please sign in to comment.