diff options
author | Brett Porter <brett@apache.org> | 2009-11-27 21:04:56 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-11-27 21:04:56 +0000 |
commit | f5c8218abe58c7d20633e4ecdbcdfd8773a5dd70 (patch) | |
tree | 7266fbd4f331f955fe339cda5ad054091c31ba51 | |
parent | 6ea52a427d7fe7ed6de999f1320ad8e653e0b295 (diff) | |
download | archiva-f5c8218abe58c7d20633e4ecdbcdfd8773a5dd70.tar.gz archiva-f5c8218abe58c7d20633e4ecdbcdfd8773a5dd70.zip |
[MRM-1123] nexus and its dependencies are now all on central
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@885012 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -1185,28 +1185,4 @@ </build> </profile> </profiles> - <repositories> - <repository> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>sonatype.public</id> - <name>Sonatype Public Repo</name> - <url>http://repository.sonatype.org/content/repositories/sonatype-apache-releases</url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - <id>codehaus.org.snapshots</id> - <name>Codehaus Snapshots Repository</name> - <url>http://snapshots.repository.codehaus.org</url> - </repository> - </repositories> </project> |