You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/03/29 22:24:28 UTC

[2/2] jclouds-labs-google git commit: Next development version 2.0.0-SNAPSHOT

Next development version 2.0.0-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/f267e7bd
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/f267e7bd
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/f267e7bd

Branch: refs/heads/master
Commit: f267e7bd79317ee789f8aa0a70f942cbd9f18662
Parents: af716fc
Author: Ignasi Barrera <na...@apache.org>
Authored: Tue Mar 24 11:07:27 2015 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Tue Mar 24 11:07:27 2015 +0100

----------------------------------------------------------------------
 google-cloud-storage/pom.xml  | 2 +-
 google-compute-engine/pom.xml | 2 +-
 googlecloud/pom.xml           | 2 +-
 oauth/pom.xml                 | 2 +-
 pom.xml                       | 6 +++---
 5 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/f267e7bd/google-cloud-storage/pom.xml
----------------------------------------------------------------------
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index 034006e..203bb39 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>1.9.0</version>
+        <version>2.0.0-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/f267e7bd/google-compute-engine/pom.xml
----------------------------------------------------------------------
diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml
index 55ced6f..2cf38fb 100644
--- a/google-compute-engine/pom.xml
+++ b/google-compute-engine/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.jclouds.labs</groupId>
         <artifactId>jclouds-labs-google</artifactId>
-        <version>1.9.0</version>
+        <version>2.0.0-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/f267e7bd/googlecloud/pom.xml
----------------------------------------------------------------------
diff --git a/googlecloud/pom.xml b/googlecloud/pom.xml
index e4564e2..8e06883 100644
--- a/googlecloud/pom.xml
+++ b/googlecloud/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.jclouds.labs</groupId>
         <artifactId>jclouds-labs-google</artifactId>
-        <version>1.9.0</version>
+        <version>2.0.0-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/f267e7bd/oauth/pom.xml
----------------------------------------------------------------------
diff --git a/oauth/pom.xml b/oauth/pom.xml
index cee4228..f978213 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.9.0</version>
+    <version>2.0.0-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/f267e7bd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0e5f71..887351c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.jclouds</groupId>
     <artifactId>jclouds-project</artifactId>
-    <version>1.9.0</version>
+    <version>2.0.0-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>jclouds-labs-google-1.9.0-rc2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>
-    <jclouds.version>1.9.0</jclouds.version>
+    <jclouds.version>2.0.0-SNAPSHOT</jclouds.version>
   </properties>
 
   <repositories>