blob: 392b212d750667b4bbf9bd48d039482fb4ebef16 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hawk</groupId>
<artifactId>mondo-hawk-plain</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../pom-plain.xml</relativePath>
</parent>
<groupId>org.eclipse.hawk</groupId>
<artifactId>org.eclipse.hawk.graph</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.eclipse.hawk</groupId>
<artifactId>org.eclipse.hawk.core</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>