blob: 6b8657dab216995374ef71f40d64006e19ab7d14 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-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>
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>org.eclipse.linuxtools.docker</artifactId>
<version>3.1.1</version>
</parent>
<artifactId>org.eclipse.linuxtools.docker.reddeer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<repositories>
<repository>
<id>reddeer-site</id>
<url>http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/1.2.1/</url>
<layout>p2</layout>
</repository>
</repositories>
</project>