diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-16 23:55:11 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-16 23:55:11 +0000 |
commit | 4ef76d8f8f7c910f175b31c036476474ec2f3508 (patch) | |
tree | ca7b364840bee63e4e2d657057fd8c25d71d5d7c /pom.xml | |
parent | 66ed6cb4b0103fe9e9935f0ccd84fd833b2c09ec (diff) | |
download | archiva-4ef76d8f8f7c910f175b31c036476474ec2f3508.tar.gz archiva-4ef76d8f8f7c910f175b31c036476474ec2f3508.zip |
cassandra plugin released snapshot repositories not needed anymore
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1914,17 +1914,6 @@ <enabled>true</enabled> </snapshots> </repository> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshots</name> - <url>https://repository.apache.org/content/groups/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> </repositories> <pluginRepositories> <pluginRepository> @@ -1949,17 +1938,6 @@ <enabled>true</enabled> </snapshots> </pluginRepository> - <pluginRepository> - <id>mojo.snapshots</id> - <name>Codehaus Mojo Snapshots</name> - <url>https://nexus.codehaus.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> </pluginRepositories> </project> |