Pointing at the proper maven repo now

This commit is contained in:
Ben Hale
2007-06-16 20:11:25 +00:00
parent 26e514caf6
commit df757e72d3

View File

@@ -39,13 +39,10 @@
<url name="spring-repo-ext" m2compatible="true">
<ivy pattern="https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext/[organisation]/[module]/ivy-[revision].xml" />
<artifact pattern="https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>
<!-- try popular maven2 ibiblio mirror second -->
<ibiblio name="dotsrc-maven2-repo" checkconsistency="false" m2compatible="true" root="http://mirrors.dotsrc.org/maven2/"/>
</url>
<!-- try ibiblio itself third -->
<ibiblio name="ibiblio-maven2-repo" checkconsistency="false" m2compatible="true" root="http://www.ibiblio.org/maven2/"/>
<!-- try maven repo -->
<ibiblio name="maven2-repo" checkconsistency="false" m2compatible="true" root="http://repo1.maven.org/maven2/"/>
</chain>