Update poms to include Docker and fixed groupId after promotion

This commit is contained in:
Ignasi Barrera 2016-08-30 00:09:07 +02:00
parent c493e2aa49
commit 9662edf903
3 changed files with 10 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -53,5 +53,6 @@
<module>route53</module>
<module>chef</module>
<module>oauth</module>
<module>docker</module>
</modules>
</project>