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/a1fc6558 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/a1fc6558 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/a1fc6558 Branch: refs/heads/master Commit: a1fc6558edb7d6c5fa6d490243e3ae8321864ad5 Parents: d7d7629 Author: Andrew Phillips <[email protected]> Authored: Tue Feb 11 20:36:23 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Wed Feb 12 00:10:33 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/a1fc6558/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 3bee327..79d31f9 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>
