Next development version 2.0.3-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/b827b804 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/b827b804 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/b827b804 Branch: refs/heads/2.0.x Commit: b827b80472e274587d909f765b0f33f41c2ff951 Parents: 7e43298 Author: Ignasi Barrera <[email protected]> Authored: Thu Jun 29 12:32:53 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Jun 29 12:32:53 2017 +0200 ---------------------------------------------------------------------- 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/b827b804/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index 231d16b..f7119f3 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.2</version> + <version>2.0.3-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/b827b804/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b848cb3..d9ff39a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>2.0.2</version> + <version>2.0.3-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.2-rc1</tag> + <tag>HEAD</tag> </scm> <properties> - <jclouds.version>2.0.2</jclouds.version> + <jclouds.version>2.0.3-SNAPSHOT</jclouds.version> </properties> <repositories>
