Author: solomax
Date: Thu May 23 12:59:35 2013
New Revision: 1485681
URL: http://svn.apache.org/r1485681
Log:
Library versions are updated
Modified:
openmeetings/trunk/singlewebapp/ivy.xml
openmeetings/trunk/singlewebapp/ivysettings.xml
Modified: openmeetings/trunk/singlewebapp/ivy.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/ivy.xml?rev=1485681&r1=1485680&r2=1485681&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/ivy.xml (original)
+++ openmeetings/trunk/singlewebapp/ivy.xml Thu May 23 12:59:35 2013
@@ -273,15 +273,15 @@
<include type="jar" />
</dependency>
-->
- <dependency org="org.wicketstuff"
name="wicketstuff-urlfragment" rev="6.0-20130515.164331-3"
conf="openmeetings->*" transitive="false">
+ <dependency org="org.wicketstuff"
name="wicketstuff-urlfragment" rev="6.8.0" conf="openmeetings->*"
transitive="false">
<include type="jar" />
</dependency>
- <dependency org="org.wicketstuff" name="wicketstuff-html5"
rev="6.7.0" conf="openmeetings->*" transitive="false">
+ <dependency org="org.wicketstuff" name="wicketstuff-html5"
rev="6.8.0" conf="openmeetings->*" transitive="false">
<include type="jar" />
</dependency>
<!-- iCal4j seems to need this JAR -->
- <dependency org="edu.emory.mathcs"
name="backport-util-concurrent" rev="3.1" conf="openmeetings->*"/>
+ <dependency org="backport-util-concurrent"
name="backport-util-concurrent" rev="3.1" conf="openmeetings->*"/>
<dependency org="commons-net" name="commons-net" rev="3.1"
conf="openmeetings->*" transitive="false">
<include type="jar" />
Modified: openmeetings/trunk/singlewebapp/ivysettings.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/ivysettings.xml?rev=1485681&r1=1485680&r2=1485681&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/ivysettings.xml (original)
+++ openmeetings/trunk/singlewebapp/ivysettings.xml Thu May 23 12:59:35 2013
@@ -23,7 +23,7 @@
<artifact
pattern="http://repo1.maven.org/maven2/[organisation]/[artifact]-[revision].[ext]"
/>
</url>
<url name="sonatype" m2compatible="true">
- <artifact
pattern="https://oss.sonatype.org/content/repositories/central/[artifact]/[artifact]/[revision]/[artifact]-[revision].[ext]"
/>
+ <artifact
pattern="https://oss.sonatype.org/content/repositories/releases/[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
<url name="googlecode">
<artifact
pattern="https://openlaszlo-openmeetings-integration.googlecode.com/svn/repository/[artifact](-[revision]).[ext]"
/>
@@ -33,9 +33,6 @@
<url name="smslib" m2compatible="true">
<artifact
pattern="http://smslib.org/maven2/v3/[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
- <url name="urlfragment" m2compatible="true"> <!-- FIXME
need to be removed as soon wicketstuff will be released -->
- <artifact
pattern="https://oss.sonatype.org/content/repositories/snapshots/[organisation]/[artifact]/6.0-SNAPSHOT/[artifact]-[revision].[ext]"
/>
- </url>
</chain>
</resolvers>
<triggers>