Repository: jclouds-cli Updated Branches: refs/heads/master 4654a4406 -> 64bd1e124
JCLOUDS-943: JCLOUDS-1056: Add support for GCS Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/64bd1e12 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/64bd1e12 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/64bd1e12 Branch: refs/heads/master Commit: 64bd1e124bb1e930a240c06e054b56b7ea4f98e0 Parents: 4654a44 Author: Andrew Gaul <[email protected]> Authored: Fri Jan 22 16:16:36 2016 -0800 Committer: Andrew Gaul <[email protected]> Committed: Mon Jan 25 14:51:54 2016 -0800 ---------------------------------------------------------------------- assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/64bd1e12/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 79146b2..13b1931 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -215,6 +215,7 @@ <feature>jclouds-gogrid</feature> <feature>jclouds-go2cloud-jhb1</feature> <feature>jclouds-google-compute-engine</feature> + <feature>jclouds-google-cloud-storage</feature> <feature>jclouds-openhosting-east1</feature> <feature>jclouds-rackspace-cloudloadbalancers-uk</feature> <feature>jclouds-rackspace-cloudloadbalancers-us</feature>
