Remove all sonatype snapshot repositories
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/1409317b Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/1409317b Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/1409317b Branch: refs/heads/master Commit: 1409317beb0eaaa510f1c7fe45b2ba2c73dbad8a Parents: 64c3e35 Author: Ignasi Barrera <[email protected]> Authored: Wed Mar 1 11:58:19 2017 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Wed Mar 1 11:58:19 2017 +0100 ---------------------------------------------------------------------- providers/b2/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/1409317b/providers/b2/pom.xml ---------------------------------------------------------------------- diff --git a/providers/b2/pom.xml b/providers/b2/pom.xml index d949763..ded3513 100644 --- a/providers/b2/pom.xml +++ b/providers/b2/pom.xml @@ -41,20 +41,6 @@ <jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import> </properties> - <!-- For modernizer, which depends on jclouds-resources snapshot. --> - <pluginRepositories> - <pluginRepository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <dependencies> <dependency> <groupId>org.apache.jclouds</groupId>
