blob: b4b00efa7f258c8f7d0f95edc3a50980e79982e7 [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>eclipselink.example</groupId>
<artifactId>parent</artifactId>
<version>2.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Employee Example</name>
<url>http://wiki.eclipse.org/EclipseLink/Examples/Employee</url>
<scm>
<connection>git://git.eclipse.org/gitroot/eclipselink/examples.git</connection>
<url>http://git.eclipse.org/c/eclipselink/examples.git/</url>
</scm>
<licenses>
<license>
<name>EPL: Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
<license>
<name>EDL: Eclipse Distribution License</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Doug Clarke</name>
<organization>Oracle</organization>
<email>douglas.clarke@oracle.com</email>
<url>java-persistence.blogspot.com</url>
</developer>
<developer>
<name>Shaun Smith</name>
<organization>Oracle</organization>
<email>shaun.smith@oracle.com</email>
<url>onpersistence.blogspot.com</url>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eclipselink.groupid>org.eclipse.persistence</eclipselink.groupid>
<eclipselink.artifactid>eclipselink</eclipselink.artifactid>
<eclipselink.version>2.4.2-SNAPSHOT</eclipselink.version>
</properties>
<repositories>
<repository>
<id>oss.sonatype.org</id>
<name>OSS Sonatype Staging</name>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
</project>