[maven-release-plugin] prepare release jclouds-labs-google-1.7.1-rc1
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/f7cebd67 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/f7cebd67 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/f7cebd67 Branch: refs/heads/1.7.x Commit: f7cebd6757bc179915c98c128af7e7d39065b232 Parents: db86020 Author: Ignasi Barrera <[email protected]> Authored: Thu Feb 6 11:46:47 2014 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Feb 6 11:46:47 2014 +0100 ---------------------------------------------------------------------- google-compute-engine/pom.xml | 2 +- oauth/pom.xml | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/f7cebd67/google-compute-engine/pom.xml ---------------------------------------------------------------------- diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml index 43e28e4..f01aa84 100644 --- a/google-compute-engine/pom.xml +++ b/google-compute-engine/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.provider --> http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/f7cebd67/oauth/pom.xml ---------------------------------------------------------------------- diff --git a/oauth/pom.xml b/oauth/pom.xml index d653bb1..68e04bc 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.7.1-SNAPSHOT</version> + <version>1.7.1</version> </parent> <!-- TODO: when out of labs, switch to org.jclouds.api --> http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/f7cebd67/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8754db4..b9d11f3 100644 --- a/pom.xml +++ b/pom.xml @@ -22,19 +22,19 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> <packaging>pom</packaging> <name>Apache jclouds labs google</name> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <scm> <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>jclouds-labs-google-1.7.1-rc1</tag> </scm> <properties>
