Skip to content

Commit de2cab3

Browse files
committed
Upgrade of Maven repository so that it uses an HTTPS repository URL instead of the obsolete HTTP one.
1 parent 56fe809 commit de2cab3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • jdk_8_maven/cs/rest-gui/ocvn

jdk_8_maven/cs/rest-gui/ocvn/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<repositories>
7575
<repository>
7676
<id>jcenter</id>
77-
<url>http://jcenter.bintray.com/</url>
77+
<url>https://jcenter.bintray.com/</url>
7878
</repository>
7979
<repository>
8080
<id>OCVN</id>
@@ -90,7 +90,7 @@
9090
<pluginRepository>
9191
<id>jcenter</id>
9292
<name>jcenter</name>
93-
<url>http://jcenter.bintray.com</url>
93+
<url>https://jcenter.bintray.com</url>
9494
</pluginRepository>
9595
<pluginRepository>
9696
<id>OCVN</id>

0 commit comments

Comments
 (0)