Repository: jclouds-labs-google Updated Branches: refs/heads/master c92dbe505 -> c713627c9
Updating project and jclouds.version to 2.0.0-SNAPSHOT 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/c713627c Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/c713627c Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/c713627c Branch: refs/heads/master Commit: c713627c964d49e6cd6a724705b8aeec0f44d685 Parents: c92dbe5 Author: Andrew Phillips <[email protected]> Authored: Tue Aug 5 11:46:53 2014 +0200 Committer: Andrew Phillips <[email protected]> Committed: Tue Aug 5 11:46:53 2014 +0200 ---------------------------------------------------------------------- google-cloud-storage/pom.xml | 2 +- google-compute-engine/pom.xml | 2 +- oauth/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/c713627c/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index e0d83c0..a583308 100644 --- a/google-cloud-storage/pom.xml +++ b/google-cloud-storage/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.provider --> <groupId>org.apache.jclouds.labs</groupId> http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/c713627c/google-compute-engine/pom.xml ---------------------------------------------------------------------- diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml index 90072ee..9156098 100644 --- a/google-compute-engine/pom.xml +++ b/google-compute-engine/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.provider --> http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/c713627c/oauth/pom.xml ---------------------------------------------------------------------- diff --git a/oauth/pom.xml b/oauth/pom.xml index b58c385..31d34ac 100644 --- a/oauth/pom.xml +++ b/oauth/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.api --> http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/c713627c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d77474b..62101ed 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ </scm> <properties> - <jclouds.version>1.8.0-SNAPSHOT</jclouds.version> + <jclouds.version>2.0.0-SNAPSHOT</jclouds.version> </properties> <repositories>
