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/08/15 01:22:33 UTC

git commit: Add google-examples as a module.

Repository: jclouds-examples
Updated Branches:
  refs/heads/master e682ee8bf -> 4db8e78c2


Add google-examples as a module.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-examples/commit/4db8e78c
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-examples/tree/4db8e78c
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-examples/diff/4db8e78c

Branch: refs/heads/master
Commit: 4db8e78c24f7e2345a21270d1b04a27fa73ad69e
Parents: e682ee8
Author: ashmrtnz <as...@google.com>
Authored: Thu Aug 14 12:50:01 2014 -0700
Committer: Andrew Phillips <an...@apache.org>
Committed: Thu Aug 14 19:20:04 2014 -0400

----------------------------------------------------------------------
 google/pom.xml | 4 ++--
 pom.xml        | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/4db8e78c/google/pom.xml
----------------------------------------------------------------------
diff --git a/google/pom.xml b/google/pom.xml
index 7dbb0b0..ddd879a 100644
--- a/google/pom.xml
+++ b/google/pom.xml
@@ -20,6 +20,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.jclouds.examples</groupId>
+  <artifactId>google-examples</artifactId>
   <version>1.7.3-SNAPSHOT</version>
   <name>google-examples</name>
 
@@ -27,8 +29,6 @@
     <jclouds.version>1.7.2</jclouds.version>
   </properties>
 
-  <groupId>org.apache.jclouds.examples</groupId>
-  <artifactId>google-examples</artifactId>
   <dependencies>
     <dependency>
       <groupId>org.apache.jclouds.driver</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/4db8e78c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d268aa3..c552554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
     <module>chef-basics</module>
     <module>compute-basics</module>
     <module>rackspace</module>
+    <module>google</module>
 <!--
     TODO: These modules have bit-rotted:
     <module>blobstore-hdfs</module>