Repository: jclouds-labs-google Updated Branches: refs/heads/remove-plugin-snapshot-repo [created] fb7beec96
Revert "Add snapshot repository so modernizer doesn't fail." This reverts commit c80849a711126bbd3493177812e2328ab7ac2a83. 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-google/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/fb7beec9 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/fb7beec9 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/fb7beec9 Branch: refs/heads/remove-plugin-snapshot-repo Commit: fb7beec96a3d34fbc4b361e88720ebf7ae792de2 Parents: f25ea1a Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 18:38:42 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sun Oct 5 18:38:42 2014 -0400 ---------------------------------------------------------------------- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/fb7beec9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e88e902..b13f524 100644 --- a/pom.xml +++ b/pom.xml @@ -53,20 +53,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>oauth</module> <module>google-compute-engine</module>
