Removing unused Sonatype OSS plugin snapshot repository
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/4804edb7 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/4804edb7 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/4804edb7 Branch: refs/heads/1.7.x Commit: 4804edb7e873b9ce7161a38a69cf1706106c1d89 Parents: 5f7a4aa Author: Andrew Phillips <[email protected]> Authored: Tue Feb 11 20:36:23 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Wed Feb 12 00:55:14 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/4804edb7/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 56ead21..1fc17a4 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -96,18 +96,6 @@ </snapshots> </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <id>sonatype-nexus-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> <distributionManagement> <site>
