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 2016/08/30 09:36:14 UTC

[50/50] jclouds git commit: Update poms to include Docker and fixed groupId after promotion

Update poms to include Docker and fixed groupId after promotion


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

Branch: refs/heads/master
Commit: 9662edf9032572b3d1147c78f0556a5cdfe37fc0
Parents: c493e2a
Author: Ignasi Barrera <na...@apache.org>
Authored: Tue Aug 30 00:09:07 2016 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Tue Aug 30 11:14:33 2016 +0200

----------------------------------------------------------------------
 allcompute/pom.xml  | 5 +++++
 apis/docker/pom.xml | 8 ++++----
 apis/pom.xml        | 1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/9662edf9/allcompute/pom.xml
----------------------------------------------------------------------
diff --git a/allcompute/pom.xml b/allcompute/pom.xml
index 340206d..5b9c3b1 100644
--- a/allcompute/pom.xml
+++ b/allcompute/pom.xml
@@ -133,5 +133,10 @@
       <artifactId>profitbricks</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>docker</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds/blob/9662edf9/apis/docker/pom.xml
----------------------------------------------------------------------
diff --git a/apis/docker/pom.xml b/apis/docker/pom.xml
index 8bbb98c..ef802df 100644
--- a/apis/docker/pom.xml
+++ b/apis/docker/pom.xml
@@ -21,13 +21,13 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>jclouds-labs</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-project</artifactId>
     <version>2.0.0-SNAPSHOT</version>
+    <relativePath>../../project/pom.xml</relativePath>
   </parent>
 
-  <!-- TODO: when out of labs, switch to org.jclouds.provider -->
-  <groupId>org.apache.jclouds.labs</groupId>
+  <groupId>org.apache.jclouds.api</groupId>
   <artifactId>docker</artifactId>
   <name>jclouds docker API</name>
   <description>ComputeService binding to the Docker API</description>

http://git-wip-us.apache.org/repos/asf/jclouds/blob/9662edf9/apis/pom.xml
----------------------------------------------------------------------
diff --git a/apis/pom.xml b/apis/pom.xml
index dbbe483..250132d 100644
--- a/apis/pom.xml
+++ b/apis/pom.xml
@@ -53,5 +53,6 @@
     <module>route53</module>
     <module>chef</module>
     <module>oauth</module>
+    <module>docker</module>
   </modules>
 </project>