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/04/10 07:21:37 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1848] screen-sharing is fixed

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new cecc24a  [OPENMEETINGS-1848] screen-sharing is fixed
cecc24a is described below

commit cecc24a951cee865df45a4c0bd967dd895de7ab9
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Apr 10 14:21:28 2018 +0700

    [OPENMEETINGS-1848] screen-sharing is fixed
---
 openmeetings-screenshare/src/main/jnlp/templates/template.jnlp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp b/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp
index e6ba15c..0d13ba0 100644
--- a/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp
+++ b/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp
@@ -33,7 +33,7 @@
 	</security>
 	<resources>
 		<j2se version='1.8+'/>
-		<jar href="bcprov-jdk15on-1.56.jar" main="true"/>
+		<jar href="bcprov-jdk15on-1.59.jar" main="true"/>
 		<jar href="openmeetings-screenshare-${project.version}-full.jar" main="true"/>
 	</resources>
 	<application-desc main-class='org.apache.openmeetings.screenshare.Core'>

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