You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/07/16 07:28:45 UTC

[openmeetings] 02/02: [OPENMEETINGS-1897] tomcat download location is updated

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 00c920525e747d90aaa02fdda56b2c22f9275e09
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Jul 16 14:28:33 2018 +0700

    [OPENMEETINGS-1897] tomcat download location is updated
---
 openmeetings-server/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 1654f62..48139fa 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -117,7 +117,7 @@
 			<id>prepare-web-server</id>
 			<activation>
 				<file>
-					<missing>web-server/apache-tomcat-9.0.8.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.10.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
@@ -133,7 +133,7 @@
 									<goal>download-single</goal>
 								</goals>
 								<configuration>
-									<url>http://apache-mirror.rbc.ru/pub/apache/tomcat/tomcat-9/v${tomcat.version}/bin</url>
+									<url>http://archive.apache.org/dist/tomcat/tomcat-9/v${tomcat.version}/bin</url>
 									<fromFile>apache-tomcat-${tomcat.version}.tar.gz</fromFile>
 									<toDir>${server-file.dir}</toDir>
 									<skip>${server.dwnd.skip}</skip>