blob: ec94d22b17cf38d583b5cdfd655691a081eb6709 [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>
<groupId>org.apache.aries.jpa.example</groupId>
<artifactId>org.apache.aries.jpa.example.parent</artifactId>
<name>Apache Aries JPA example parent</name>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.aries.jpa</groupId>
<artifactId>org.apache.aries.jpa.parent</artifactId>
<version>2.0.0</version>
<relativePath>../jpa-parent</relativePath>
</parent>
<properties>
<aries.skip.version.check>true</aries.skip.version.check>
</properties>
<modules>
<module>tasklist-blueprint</module>
<module>tasklist-ds</module>
<module>tasklist-model</module>
</modules>
</project>