blob: 7d075774d0bcbbf38f22e4409fe27bbdbfbf781b [file] [log] [blame]
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.hawk.neo4jv2.parent</artifactId>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.hawk.neo4jv2.tests</module>
<module>org.eclipse.hawk.neo4j-v2</module>
<module>org.eclipse.hawk.neo4jv2.feature</module>
</modules>
<parent>
<groupId>org.eclipse.hawk.tycho</groupId>
<artifactId>org.eclipse.hawk.parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>