Maven bintray repository: use https
This commit is contained in:
parent
8701e3ad61
commit
f968afd7bd
2
pom.xml
2
pom.xml
|
@ -47,7 +47,7 @@
|
||||||
</snapshots>
|
</snapshots>
|
||||||
<id>bintray-dnault-maven</id>
|
<id>bintray-dnault-maven</id>
|
||||||
<name>bintray</name>
|
<name>bintray</name>
|
||||||
<url>http://dl.bintray.com/dnault/maven</url>
|
<url>https://dl.bintray.com/dnault/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
|
|
Loading…
Reference in New Issue