You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/11 17:31:10 UTC

[2/2] git commit: [maven-release-plugin] prepare release jclouds-labs-google-1.8.1-rc1

[maven-release-plugin] prepare release jclouds-labs-google-1.8.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/cf58f920
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/cf58f920
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/cf58f920

Branch: refs/heads/1.8.x
Commit: cf58f92038e6b6ccfac09db581d5d24c885f211c
Parents: 8394dda
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 12:26:14 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
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/cf58f920/google-cloud-storage/pom.xml
----------------------------------------------------------------------
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index 9cbbf95..428d54b 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-SNAPSHOT</version>
+    <version>1.8.1</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/cf58f920/google-compute-engine/pom.xml
----------------------------------------------------------------------
diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml
index d91d5c0..c1231f1 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-SNAPSHOT</version>
+        <version>1.8.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/cf58f920/oauth/pom.xml
----------------------------------------------------------------------
diff --git a/oauth/pom.xml b/oauth/pom.xml
index 1525e09..2551438 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-SNAPSHOT</version>
+    <version>1.8.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/cf58f920/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 548eb90..102d165 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-SNAPSHOT</version>
+    <version>1.8.1</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>HEAD</tag>
+    <tag>jclouds-labs-google-1.8.1-rc1</tag>
   </scm>
 
   <properties>