Author: xavier
Date: Thu Mar 8 02:14:28 2007
New Revision: 515997
URL: http://svn.apache.org/viewvc?view=rev&rev=515997
Log:
use repo1.maven.org instead of ibiblio + remove checkModified
Modified:
incubator/ivy/core/trunk/ivyconf.xml
Modified: incubator/ivy/core/trunk/ivyconf.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/ivyconf.xml?view=diff&rev=515997&r1=515996&r2=515997
==============================================================================
--- incubator/ivy/core/trunk/ivyconf.xml (original)
+++ incubator/ivy/core/trunk/ivyconf.xml Thu Mar 8 02:14:28 2007
@@ -7,10 +7,10 @@
version only available on ivyrep, but not on ivyrep
As soon as vfs will be available on ibiblio, the
default configuration could be used again
-->
- <url name="public" checkmodified="true">
+ <url name="public">
<ivy
pattern="http://ivyrep.jayasoft.org/[organisation]/[module]/ivy-[revision].xml"/>
<artifact
pattern="http://ivyrep.jayasoft.org/[organisation]/[module]/[revision]/[artifact].[ext]"/>
- <artifact
pattern="http://www.ibiblio.org/maven/[module]/[type]s/[artifact]-[revision].[ext]"/>
+ <artifact
pattern="http://repo1.maven.org/maven/[module]/[type]s/[artifact]-[revision].[ext]"/>
</url>
</resolvers>
</ivyconf>