summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-11-27 21:04:56 +0000
committerBrett Porter <brett@apache.org>2009-11-27 21:04:56 +0000
commitf5c8218abe58c7d20633e4ecdbcdfd8773a5dd70 (patch)
tree7266fbd4f331f955fe339cda5ad054091c31ba51
parent6ea52a427d7fe7ed6de999f1320ad8e653e0b295 (diff)
downloadarchiva-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.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/pom.xml b/pom.xml
index 443978c74..36cd7d95b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>