blob: 4ce06fd87e2dc23dc9f46d92d28834314b231710 [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</groupId>
<artifactId>org.apache.aries.jpa.main</artifactId>
<name>Apache Aries JPA parent</name>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
<version>2.0.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/jpa</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/jpa</developerConnection>
<url>http://svn.apache.org/viewvc/aries/trunk/jpa</url>
</scm>
<modules>
<module>jpa-api</module>
<module>jpa-container</module>
<module>jpa-support</module>
<module>jpa-blueprint</module>
<module>jpa-container-eclipselink-adapter</module>
<module>examples</module>
<module>itests</module>
<module>jpa-parent</module>
</modules>
</project>