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 2016/08/31 04:01:03 UTC

svn commit: r1758513 - in /openmeetings/application/branches/3.2.x: openmeetings-core/pom.xml openmeetings-screenshare/src/main/jnlp/templates/template.jnlp openmeetings-server/pom.xml pom.xml

Author: solomax
Date: Wed Aug 31 04:01:02 2016
New Revision: 1758513

URL: http://svn.apache.org/viewvc?rev=1758513&view=rev
Log:
[OPENMEETINGS-1447] red5, bcprov and javax.mail versions are updated

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-core/pom.xml
    openmeetings/application/branches/3.2.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp
    openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml
    openmeetings/application/branches/3.2.x/pom.xml

Modified: openmeetings/application/branches/3.2.x/openmeetings-core/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-core/pom.xml?rev=1758513&r1=1758512&r2=1758513&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-core/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-core/pom.xml Wed Aug 31 04:01:02 2016
@@ -31,7 +31,7 @@
 	<description>TODO</description>
 	<properties>
 		<smslib.version>3.5.4</smslib.version>
-		<mail.version>1.5.5</mail.version>
+		<mail.version>1.5.6</mail.version>
 		<site.basedir>${project.parent.basedir}</site.basedir>
 		<skip.site.copy>false</skip.site.copy>
 	</properties>

Modified: openmeetings/application/branches/3.2.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp?rev=1758513&r1=1758512&r2=1758513&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-screenshare/src/main/jnlp/templates/template.jnlp Wed Aug 31 04:01:02 2016
@@ -33,7 +33,7 @@
 	</security>
 	<resources>
 		<j2se version='1.8+'/>
-		<jar href="bcprov-jdk15on-1.54.jar" main="true"/>
+		<jar href="bcprov-jdk15on-1.55.jar" main="true"/>
 		<jar href="openmeetings-screenshare-${project.version}-full.jar" main="true"/>
 	</resources>
 	<application-desc main-class='org.apache.openmeetings.screen.webstart.CoreScreenShare'>

Modified: openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml?rev=1758513&r1=1758512&r2=1758513&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml Wed Aug 31 04:01:02 2016
@@ -117,7 +117,7 @@
 			<id>prepare-red5-server</id>
 			<activation>
 				<file>
-					<missing>red5-server/red5-server-1.0.8-M9.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>red5-server/red5-server-1.0.8-M10.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>

Modified: openmeetings/application/branches/3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/pom.xml?rev=1758513&r1=1758512&r2=1758513&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Wed Aug 31 04:01:02 2016
@@ -44,8 +44,8 @@
 		<wicket.version>7.4.0</wicket.version>
 		<wicketju.version>7.4.0</wicketju.version>
 		<wickets.version>7.4.0</wickets.version>
-		<red5-server.version>1.0.8-M9</red5-server.version>
-		<red5-client.version>1.0.8-M9</red5-client.version>
+		<red5-server.version>1.0.8-M10</red5-server.version>
+		<red5-client.version>1.0.8-M10</red5-client.version>
 		<commons-transaction.version>1.2</commons-transaction.version>
 		<ical4j.version>2.0-beta1</ical4j.version>
 		<cxf.version>3.1.7</cxf.version>