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 2017/03/25 04:34:38 UTC

svn commit: r1788642 - in /openmeetings/application/branches/3.2.x: openmeetings-server/pom.xml pom.xml

Author: solomax
Date: Sat Mar 25 04:34:38 2017
New Revision: 1788642

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

Modified:
    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-server/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml?rev=1788642&r1=1788641&r2=1788642&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml Sat Mar 25 04:34:38 2017
@@ -117,7 +117,7 @@
 			<id>prepare-red5-server</id>
 			<activation>
 				<file>
-					<missing>red5-server/red5-server-1.0.9-M4.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>red5-server/red5-server-1.0.9-M6.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=1788642&r1=1788641&r2=1788642&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Sat Mar 25 04:34:38 2017
@@ -43,8 +43,8 @@
 		<wicket.version>8.0.0-M4</wicket.version>
 		<wicketju.version>8.0.0-M4.1</wicketju.version>
 		<wickets.version>8.0.0-M4</wickets.version>
-		<red5-server.version>1.0.9-M4</red5-server.version>
-		<red5-client.version>1.0.9-M4</red5-client.version>
+		<red5-server.version>1.0.9-M6</red5-server.version>
+		<red5-client.version>1.0.9-M6</red5-client.version>
 		<spring.version>4.3.6.RELEASE</spring.version>
 		<mina.version>2.0.16</mina.version>
 		<tomcat.version>8.5.11</tomcat.version>