Repository: jclouds-labs-google Updated Branches: refs/heads/2.0.x [created] bb69350d1
Next development version 2.0.1-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/bb69350d Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/bb69350d Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/bb69350d Branch: refs/heads/2.0.x Commit: bb69350d1e7df13a0153a6d79d5c80cf58b65c6e Parents: d0f173e Author: Ignasi Barrera <[email protected]> Authored: Tue Nov 15 01:17:08 2016 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Tue Nov 15 01:17:08 2016 +0100 ---------------------------------------------------------------------- google-cloud-storage/pom.xml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/bb69350d/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index a4351bc..b5914cd 100644 --- a/google-cloud-storage/pom.xml +++ b/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</version> + <version>2.0.1-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/bb69350d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6d0dcb..d0898b5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> @@ -33,11 +33,11 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-google.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-google.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git</url> - <tag>rel/jclouds-labs-google-2.0.0-rc3</tag> + <tag>HEAD</tag> </scm> <properties> - <jclouds.version>2.0.0</jclouds.version> + <jclouds.version>2.0.1-SNAPSHOT</jclouds.version> </properties> <repositories>
