Repository: jclouds-labs-google Updated Branches: refs/heads/2.0.x ace81cfc6 -> b827b8047
Apache jclouds 2.0.2-rc1 release 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/7e43298d Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/7e43298d Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/7e43298d Branch: refs/heads/2.0.x Commit: 7e43298dc1bc663d517ca4c0f44ce62ba7ed97a9 Parents: ace81cf Author: Ignasi Barrera <[email protected]> Authored: Thu Jun 29 12:32:35 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Jun 29 12:32:35 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/7e43298d/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index f1e2e89..231d16b 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-SNAPSHOT</version> + <version>2.0.2</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.provider --> http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/7e43298d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f119282..b848cb3 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-SNAPSHOT</version> + <version>2.0.2</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>HEAD</tag> + <tag>rel/jclouds-labs-google-2.0.2-rc1</tag> </scm> <properties> - <jclouds.version>2.0.2-SNAPSHOT</jclouds.version> + <jclouds.version>2.0.2</jclouds.version> </properties> <repositories>
