o Reinstantiated repository fixups

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-04 09:25:41 +00:00
parent 1b0a7e4c6b
commit 11a0d7d345
1 changed files with 2 additions and 7 deletions

View File

@ -89,13 +89,8 @@ END SNIPPET: ant-bootstrap -->
<artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" verbose="${verbose}">
<localRepository path="${maven.repo.local}"/>
<!-- TODO: remove when Modello 1.0.1 is released -->
<remoteRepository url="http://repo1.maven.org/"/>
<remoteRepository url="http://snapshots.repository.codehaus.org/">
<snapshots enabled="true"/>
<releases enabled="false"/>
</remoteRepository>
<!-- TODO: remove when model-builder:1.4 is released -->
<remoteRepository url="http://repository.sonatype.org/content/repositories/snapshots">
<remoteRepository url="http://repo1.maven.org/" id="central"/>
<remoteRepository url="http://snapshots.repository.codehaus.org/" id="codehaus.snapshots">
<snapshots enabled="true"/>
<releases enabled="false"/>
</remoteRepository>