Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit dbf678c

Browse files
committed
Merge pull request #108 from kazuki43zoo/polish-cargo-configurations
Polishing cargo.container.uri
2 parents 0de3e1c + 2068979 commit dbf678c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SPR-0000-war-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<jetty.version>9.1.2.v20140210</jetty.version>
1818
<cargo.container.id>tomcat7x</cargo.container.id>
1919
<cargo.container.url>
20-
http://www.eu.apache.org/dist/tomcat/tomcat-7/v7.0.57/bin/apache-tomcat-7.0.57.zip
20+
http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.64/bin/apache-tomcat-7.0.64.zip
2121
</cargo.container.url>
2222
<cargo.container.jvmargs>-Xms96m -Xmx512m -Djava.awt.headless=true</cargo.container.jvmargs>
2323
<cargo.jvm.debug.port>8000</cargo.jvm.debug.port>
@@ -254,7 +254,7 @@
254254
<properties>
255255
<cargo.container.id>tomcat8x</cargo.container.id>
256256
<cargo.container.url>
257-
http://www.eu.apache.org/dist/tomcat/tomcat-8/v8.0.15/bin/apache-tomcat-8.0.15.zip
257+
http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.26/bin/apache-tomcat-8.0.26.zip
258258
</cargo.container.url>
259259
</properties>
260260
</profile>

SPR-0000-war-xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<jetty.version>9.1.2.v20140210</jetty.version>
1818
<cargo.container.id>tomcat7x</cargo.container.id>
1919
<cargo.container.url>
20-
http://www.eu.apache.org/dist/tomcat/tomcat-7/v7.0.57/bin/apache-tomcat-7.0.57.zip
20+
http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.64/bin/apache-tomcat-7.0.64.zip
2121
</cargo.container.url>
2222
<cargo.container.jvmargs>-Xms96m -Xmx512m -Djava.awt.headless=true</cargo.container.jvmargs>
2323
<cargo.jvm.debug.port>8000</cargo.jvm.debug.port>
@@ -254,7 +254,7 @@
254254
<properties>
255255
<cargo.container.id>tomcat8x</cargo.container.id>
256256
<cargo.container.url>
257-
http://www.eu.apache.org/dist/tomcat/tomcat-8/v8.0.15/bin/apache-tomcat-8.0.15.zip
257+
http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.26/bin/apache-tomcat-8.0.26.zip
258258
</cargo.container.url>
259259
</properties>
260260
</profile>

0 commit comments

Comments
 (0)