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/05/09 12:59:19 UTC

[openmeetings] branch master updated (1fb209e -> 84d72f5)

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 1fb209e  [OPENMEETINGS-1880] mail sending via TLS server is fixed
     new 6456e05  [OPENMEETINGS-1872] resources plugin and tomcat versions are updated
     new 84d72f5  [OPENMEETINGS-1872] tomcat version 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 | 2 +-
 pom.xml                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.

[openmeetings] 02/02: [OPENMEETINGS-1872] tomcat version 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 84d72f5adcd1152d89a59ca3d5871277d0a3f7ee
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed May 9 19:59:08 2018 +0700

    [OPENMEETINGS-1872] tomcat version is updated
---
 openmeetings-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 6c9e9e3..1654f62 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.7.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.8.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.

[openmeetings] 01/02: [OPENMEETINGS-1872] resources plugin and tomcat 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 6456e05f2eaa4b3eb3862a6c02e54a1b99873e96
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed May 9 19:57:29 2018 +0700

    [OPENMEETINGS-1872] resources plugin and tomcat versions are updated
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0cdba9a..062a0e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
 		<red5-client.version>1.0.10-M7</red5-client.version>
 		<spring.version>4.3.15.RELEASE</spring.version>
 		<mina.version>2.0.17</mina.version>
-		<tomcat.version>9.0.7</tomcat.version>
+		<tomcat.version>9.0.8</tomcat.version>
 		<ical4j.version>2.2.0</ical4j.version>
 		<cxf.version>3.2.4</cxf.version>
 		<selenium.version>3.11.0</selenium.version>
@@ -993,7 +993,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
-					<version>3.0.2</version>
+					<version>3.1.0</version>
 					<dependencies>
 						<dependency>
 							<groupId>org.apache.maven.shared</groupId>

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.