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