Revert "Fix poms so that modernizer doesn't fail on snapshot." This reverts commit 889243a677ebba620cc9915f26304091b4dd53bb. The snapshot repository has now been added to the jclouds-project POM. See commit 79d4b48 to jclouds/jclouds.
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/66b7bd16 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/66b7bd16 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/66b7bd16 Branch: refs/heads/master Commit: 66b7bd1634ad7ef20e995271e7a7f41c618549f3 Parents: f4f05a3 Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 18:52:24 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Oct 6 00:36:04 2014 -0400 ---------------------------------------------------------------------- apis/openstack-neutron/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/66b7bd16/apis/openstack-neutron/pom.xml ---------------------------------------------------------------------- diff --git a/apis/openstack-neutron/pom.xml b/apis/openstack-neutron/pom.xml index 54fe044..0a661ef 100644 --- a/apis/openstack-neutron/pom.xml +++ b/apis/openstack-neutron/pom.xml @@ -65,20 +65,6 @@ </repository> </repositories> - <!-- 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.api</groupId>
