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 2015/03/10 12:06:03 UTC

svn commit: r1665468 - in /openmeetings/branches/3.0.x: LICENSE ivy.xml

Author: solomax
Date: Tue Mar 10 11:06:02 2015
New Revision: 1665468

URL: http://svn.apache.org/r1665468
Log:
[OPENMEETINGS-1184] ical4j version is updated

Modified:
    openmeetings/branches/3.0.x/LICENSE
    openmeetings/branches/3.0.x/ivy.xml

Modified: openmeetings/branches/3.0.x/LICENSE
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/LICENSE?rev=1665468&r1=1665467&r2=1665468&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/LICENSE (original)
+++ openmeetings/branches/3.0.x/LICENSE Tue Mar 10 11:06:02 2015
@@ -1541,7 +1541,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
 ======================================================================================================================
  iCal4j - License
  
-webapps/openmeetings/WEB-INF/lib/ical4j-jar-1.0.5.jar
+webapps/openmeetings/WEB-INF/lib/ical4j-jar-1.0.6.jar
  
 ======================================================================================================================
 

Modified: openmeetings/branches/3.0.x/ivy.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/ivy.xml?rev=1665468&r1=1665467&r2=1665468&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/ivy.xml (original)
+++ openmeetings/branches/3.0.x/ivy.xml Tue Mar 10 11:06:02 2015
@@ -286,9 +286,6 @@
 			<include type="jar" />
 		</dependency>
 		
-		<!-- iCal4j seems to need this JAR -->
-		<dependency org="backport-util-concurrent" name="backport-util-concurrent" rev="3.1" conf="openmeetings->*"/>
-
 		<dependency org="commons-net" name="commons-net" rev="3.3" conf="openmeetings->*" transitive="false">
 			<include type="jar" />
 		</dependency>
@@ -343,7 +340,9 @@
 		<dependency org="org.apache.openjpa" name="openjpa" rev="2.3.0" conf="openmeetings->*" transitive="false" />
 		<!-- END openjpa -->
 
-		<dependency org="org.mnode.ical4j" name="ical4j" rev="1.0.5" conf="openmeetings.ext->*" transitive="false"/>
+		<dependency org="org.mnode.ical4j" name="ical4j" rev="1.0.6" conf="openmeetings.ext->*" transitive="false"/>
+		<!-- iCal4j seems to need this JAR -->
+		<dependency org="backport-util-concurrent" name="backport-util-concurrent" rev="3.1" conf="openmeetings->*"/>
 		
 		<dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14" conf="openmeetings.axis2->*" transitive="true">
 			<exclude name='commons-io' />