pom.xml revision 88a6987a352e27395dc8e4fb0377314fab4d6d5e
d4e3d7353b02166181ba256b3c5b3062fa5cbea8Jonathan von Schroeder<?xml version="1.0" encoding="UTF-8"?>
ef4aebdc5dabc9863baefdf0a83bf9528529bb70Jonathan von Schroeder<!--
ef4aebdc5dabc9863baefdf0a83bf9528529bb70Jonathan von Schroeder ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
ef4aebdc5dabc9863baefdf0a83bf9528529bb70Jonathan von Schroeder ~
ef4aebdc5dabc9863baefdf0a83bf9528529bb70Jonathan von Schroeder ~ Copyright (c) 2014 ForgeRock AS. All Rights Reserved
ef4aebdc5dabc9863baefdf0a83bf9528529bb70Jonathan von Schroeder ~
ef4aebdc5dabc9863baefdf0a83bf9528529bb70Jonathan von Schroeder ~ The contents of this file are subject to the terms
d782b174f371250b294ea288e9d73b2c77d22bb1Jonathan von Schroeder ~ of the Common Development and Distribution License
d782b174f371250b294ea288e9d73b2c77d22bb1Jonathan von Schroeder ~ (the License). You may not use this file except in
d4e3d7353b02166181ba256b3c5b3062fa5cbea8Jonathan von Schroeder ~ compliance with the License.
670d45d02421ffde9b1086f8ec3e7d932e8bc690Jonathan von Schroeder ~
d782b174f371250b294ea288e9d73b2c77d22bb1Jonathan von Schroeder ~ You can obtain a copy of the License at
~ http://forgerock.org/license/CDDLv1.0.html
~ See the License for the specific language governing
~ permission and limitations under the License.
~
~ When distributing Covered Code, include this CDDL
~ Header Notice in each file and include the License file
~ at http://forgerock.org/license/CDDLv1.0.html
~ If applicable, add the following below the CDDL Header,
~ with the fields enclosed by brackets [] replaced by
~ your own identifying information:
~ "Portions Copyrighted [year] [name of copyright owner]"
-->
<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>
<parent>
<artifactId>openidm-project</artifactId>
<groupId>org.forgerock.openidm</groupId>
<version>3.1.0-RC1</version>
</parent>
<properties>
<forgerock-ui.version>1.1.3</forgerock-ui.version>
</properties>
<artifactId>openidm-ui</artifactId>
<name>OpenIDM UI Parent</name>
<packaging>pom</packaging>
<modules>
<module>openidm-ui-common</module>
<module>openidm-ui-admin</module>
<module>openidm-ui-enduser</module>
</modules>
</project>