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/16 04:01:15 UTC

svn commit: r1756468 - in /openmeetings/application/branches/3.1.x: openmeetings-server/pom.xml pom.xml

Author: solomax
Date: Tue Aug 16 04:01:15 2016
New Revision: 1756468

URL: http://svn.apache.org/viewvc?rev=1756468&view=rev
Log:
[OPENMEETINGS-1447] red5 version is updated

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml
    openmeetings/application/branches/3.1.x/pom.xml

Modified: openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml?rev=1756468&r1=1756467&r2=1756468&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-server/pom.xml Tue Aug 16 04:01:15 2016
@@ -117,7 +117,7 @@
 			<id>prepare-red5-server</id>
 			<activation>
 				<file>
-					<missing>red5-server/red5-server-1.0.8-M7.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>red5-server/red5-server-1.0.8-M8.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1756468&r1=1756467&r2=1756468&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Tue Aug 16 04:01:15 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-M7</red5-server.version>
-		<red5-client.version>1.0.8-M7</red5-client.version>
+		<red5-server.version>1.0.8-M8</red5-server.version>
+		<red5-client.version>1.0.8-M8</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>