diff options
author | Brett Porter <brett@apache.org> | 2011-08-19 13:50:50 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-08-19 13:50:50 +0000 |
commit | 0eec07ab1c5d2843939a5f836bcb7cdb68fc376c (patch) | |
tree | 3682cc5044c2bf980dfa737c736e6d43e402fbb3 /pom.xml | |
parent | 9077dbddcd8788b8aa8befedea003d5cc1f9523a (diff) | |
download | archiva-0eec07ab1c5d2843939a5f836bcb7cdb68fc376c.tar.gz archiva-0eec07ab1c5d2843939a5f836bcb7cdb68fc376c.zip |
clean up repositories and deploy to Archiva
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -52,15 +52,6 @@ <url>http://svn.apache.org/viewvc/archiva/trunk</url> </scm> - <!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM --> - <distributionManagement> - <repository> - <id>vmbuild.staging</id> - <name>Apache Release Staging Repository on VMBuild</name> - <url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url> - </repository> - </distributionManagement> - <properties> <struts.version>2.2.3</struts.version> <maven3x.version>3.0.3</maven3x.version> @@ -1260,17 +1251,7 @@ </dependencies> <repositories> - <repository> - <id>redback</id> - <url>http://snapshots.repository.codehaus.org/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <!-- remove when com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:0.11 will be in central --> + <!-- TODO: remove when com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:0.11 will be in central --> <repository> <id>maven.atlassian</id> <url>https://maven.atlassian.com/content/groups/public</url> |