Remove the graduated GCE provided and updated Maven coordinates
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e76c59fe Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e76c59fe Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e76c59fe Branch: refs/heads/master Commit: e76c59fef480ee8fd3a018766b724190c24945e9 Parents: 2abac7c Author: Ignasi Barrera <[email protected]> Authored: Fri Jun 26 14:51:07 2015 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Fri Jun 26 14:51:07 2015 +0200 ---------------------------------------------------------------------- providers/google-cloud-storage/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/e76c59fe/providers/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/providers/google-cloud-storage/pom.xml b/providers/google-cloud-storage/pom.xml index 203bb39..1b08640 100644 --- a/providers/google-cloud-storage/pom.xml +++ b/providers/google-cloud-storage/pom.xml @@ -49,13 +49,13 @@ <version>${jclouds.version}</version> </dependency> <dependency> - <groupId>org.apache.jclouds.labs</groupId> + <groupId>org.apache.jclouds.common</groupId> <artifactId>googlecloud</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> - <groupId>org.apache.jclouds.labs</groupId> + <groupId>org.apache.jclouds.common</groupId> <artifactId>googlecloud</artifactId> <version>${project.version}</version> <type>test-jar</type>
