pom.xml revision 0a1321c65c6e6ce8102305cd94e56ffc28d59f3e
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<?xml version="1.0" encoding="UTF-8"?>
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<!--
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd*
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd*
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* The contents of this file are subject to the terms
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* of the Common Development and Distribution License
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* (the License). You may not use this file except in
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* compliance with the License.
6ae232055d4d8a97267517c5e50074c2c819941and*
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd* You can obtain a copy of the License at
6ae232055d4d8a97267517c5e50074c2c819941and* http://forgerock.org/license/CDDLv1.0.html
e1e8390280254f7f0580d701e583f670643d4f3fnilgun* See the License for the specific language governing
e1e8390280254f7f0580d701e583f670643d4f3fnilgun* permission and limitations under the License.
e1e8390280254f7f0580d701e583f670643d4f3fnilgun*
e1e8390280254f7f0580d701e583f670643d4f3fnilgun* 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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Parent Project -->
<parent>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam</artifactId>
<version>13.0.0-RC8</version>
</parent>
<!-- Component Definition -->
<name>OpenAM Example Projects</name>
<description>OpenAM Example Projects</description>
<artifactId>openam-examples</artifactId>
<packaging>pom</packaging>
<!-- Child Modules -->
<modules>
<module>openam-example-clientsdk-cli</module>
<module>openam-example-clientsdk-war</module>
</modules>
</project>