Repository: jclouds-labs-aws Updated Branches: refs/heads/master 70a3a4f86 -> f0e3375a6
Revert "Fix poms so that modernizer doesn't fail on snapshot." This reverts commit 70a3a4f86c82bf2e7b112de1599062141b46b120. 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-labs-aws/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/commit/f0e3375a Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/tree/f0e3375a Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/diff/f0e3375a Branch: refs/heads/master Commit: f0e3375a69dbd8d696bb38476a0ffb0f4b288b72 Parents: 70a3a4f Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 18:52:00 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Oct 6 00:34:29 2014 -0400 ---------------------------------------------------------------------- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/f0e3375a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d35d41..4cd2c83 100644 --- a/pom.xml +++ b/pom.xml @@ -64,20 +64,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> - <modules> <module>elb</module> <module>iam</module>
