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:43 UTC

[openmeetings] branch master updated (a2180b8 -> 00c9205)

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

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


    from a2180b8  [OPENMEETINGS-1142] js error is fixed
     new 42f5c6a  [OPENMEETINGS-1897] library versions are updated
     new 00c9205  [OPENMEETINGS-1897] tomcat download location is updated

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openmeetings-server/pom.xml | 4 ++--
 pom.xml                     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


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

Posted by so...@apache.org.
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>


[openmeetings] 01/02: [OPENMEETINGS-1897] library versions are updated

Posted by so...@apache.org.
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 42f5c6ac7407b14606a21c5f647a988836443e30
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Jul 16 14:26:21 2018 +0700

    [OPENMEETINGS-1897] library versions are updated
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c5381e..e7b073a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,10 +77,10 @@
 		<red5-client.version>1.0.10-M9</red5-client.version>
 		<spring.version>4.3.18.RELEASE</spring.version>
 		<mina.version>2.0.19</mina.version>
-		<tomcat.version>9.0.8</tomcat.version>
-		<ical4j.version>2.2.0</ical4j.version>
+		<tomcat.version>9.0.10</tomcat.version>
+		<ical4j.version>3.0.0</ical4j.version>
 		<cxf.version>3.2.5</cxf.version>
-		<selenium.version>3.12.0</selenium.version>
+		<selenium.version>3.13.0</selenium.version>
 		<simple-xml.version>2.7.1</simple-xml.version>
 		<jettison.version>1.4.0</jettison.version>
 		<site.basedir>${project.basedir}</site.basedir>