Apache jclouds 2.0.0-rc3 release
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/214a5e78 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/214a5e78 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/214a5e78 Branch: refs/heads/master Commit: 214a5e781085bda22bbcc19634cd23ae5bd4d209 Parents: a600a12 Author: Ignasi Barrera <[email protected]> Authored: Wed Nov 9 22:48:47 2016 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Wed Nov 9 22:48:47 2016 +0100 ---------------------------------------------------------------------- providers/google-cloud-storage/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/214a5e78/providers/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/providers/google-cloud-storage/pom.xml b/providers/google-cloud-storage/pom.xml index aaa9ae5..a4351bc 100644 --- a/providers/google-cloud-storage/pom.xml +++ b/providers/google-cloud-storage/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.provider -->
