Repository: jclouds-labs-google Updated Branches: refs/heads/1.8.x cf58f9203 -> 0895b86a6
[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/c845e5c3 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/c845e5c3 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/c845e5c3 Branch: refs/heads/1.8.x Commit: c845e5c371e21cfe126c7592ea95a7107df2921a Parents: cf58f92 Author: Andrew Phillips <[email protected]> Authored: Fri Oct 10 12:26:14 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Fri Oct 10 12:26:14 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/c845e5c3/google-cloud-storage/pom.xml ---------------------------------------------------------------------- diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index 428d54b..892fc7c 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.1</version> + <version>1.8.2-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/c845e5c3/google-compute-engine/pom.xml ---------------------------------------------------------------------- diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml index c1231f1..69e8ea9 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.1</version> + <version>1.8.2-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/c845e5c3/oauth/pom.xml ---------------------------------------------------------------------- diff --git a/oauth/pom.xml b/oauth/pom.xml index 2551438..103bbb4 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.1</version> + <version>1.8.2-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/c845e5c3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 102d165..9b1896e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-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.1-rc1</tag> + <tag>HEAD</tag> </scm> <properties>
