Update Apache Maven Central repository url

Closes gh-11190
This commit is contained in:
Sylwester Lachiewicz
2017-11-28 23:34:19 +01:00
committed by Stephane Nicoll
parent ac316b502d
commit 0a6f5fb2be
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
<main.basedir>${basedir}/../..</main.basedir>
<cargo.container.id>tomcat8x</cargo.container.id>
<cargo.container.url>
http://central.maven.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/${tomcat.version}/tomcat-${tomcat.version}.zip
</cargo.container.url>
</properties>
<dependencies>

View File

@@ -19,7 +19,7 @@
<main.basedir>${basedir}/../..</main.basedir>
<wlp.version>16.0.0.4</wlp.version>
<cargo.container.id>liberty</cargo.container.id>
<cargo.container.url>http://central.maven.org/maven2/com/ibm/websphere/appserver/runtime/wlp-webProfile7/${wlp.version}/wlp-webProfile7-${wlp.version}.zip</cargo.container.url>
<cargo.container.url>https://repo.maven.apache.org/maven2/com/ibm/websphere/appserver/runtime/wlp-webProfile7/${wlp.version}/wlp-webProfile7-${wlp.version}.zip</cargo.container.url>
</properties>
<dependencies>
<dependency>