Repository: jclouds-labs-google Updated Branches: refs/heads/master ca496ccbc -> 44e841132
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/44e84113 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/44e84113 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/44e84113 Branch: refs/heads/master Commit: 44e8411329f1f7d13d24364b5ef0dc532cc2ab3c Parents: ca496cc Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 18:38:42 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sun Oct 5 23:48:49 2014 -0400 ---------------------------------------------------------------------- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/44e84113/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>
