Repository: jclouds-labs-google Updated Branches: refs/heads/1.8.x 8fdd89bc6 -> a3195706e
[maven-release-plugin] prepare for next development iteration 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/7eade549 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/7eade549 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/7eade549 Branch: refs/heads/1.8.x Commit: 7eade549a2566b87c825614afdc0ca266f357894 Parents: 8fdd89b Author: Andrew Phillips <[email protected]> Authored: Tue Jul 29 17:44:24 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Jul 29 17:44:24 2014 -0400 ---------------------------------------------------------------------- google-cloud-storage/pom.xml | 2 +- google-compute-engine/pom.xml | 2 +- oauth/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/7eade549/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index 17f9a7c..86738f0 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</version> + <version>1.8.1-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/7eade549/google-compute-engine/pom.xml ---------------------------------------------------------------------- diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml index fc1a390..5576b1f 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.8.0</version> + <version>1.8.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/7eade549/oauth/pom.xml ---------------------------------------------------------------------- diff --git a/oauth/pom.xml b/oauth/pom.xml index ac739d1..f282802 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</version> + <version>1.8.1-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/7eade549/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 25bd8f0..0610fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs-google</artifactId> @@ -33,7 +33,7 @@ <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>jclouds-labs-google-1.8.0-rc1</tag> + <tag>HEAD</tag> </scm> <properties>
