blob: a2de7d634ea6782128afb09606761f3c97af7542 [file]
<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>
<parent>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>github-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>docker</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Orbit :: Docker Recipes</name>
<modules>
<module>com.spotify.docker.client_3.6.8</module>
<module>com.spotify.docker.client_6.1.1</module>
</modules>
</project>