Update Apache Maven Central repository url
Closes gh-11190
This commit is contained in:
committed by
Stephane Nicoll
parent
ac316b502d
commit
0a6f5fb2be
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user