mirror of https://github.com/apache/jclouds.git
Update poms to include Docker and fixed groupId after promotion
This commit is contained in:
parent
c493e2aa49
commit
9662edf903
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -53,5 +53,6 @@
|
|||
<module>route53</module>
|
||||
<module>chef</module>
|
||||
<module>oauth</module>
|
||||
<module>docker</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue