pom.xml revision 4e09b43d07f5b34fe78ca10ece472ee6cbfea35c
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs<?xml version="1.0" encoding="UTF-8"?>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs<!--
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs*
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs*
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* The contents of this file are subject to the terms
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* of the Common Development and Distribution License
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* (the License). You may not use this file except in
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* compliance with the License.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs*
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* You can obtain a copy of the License at
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* http://forgerock.org/license/CDDLv1.0.html
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* See the License for the specific language governing
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* permission and limitations under the License.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs*
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* When distributing Covered Code, include this CDDL
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* Header Notice in each file and include the License file
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* at http://forgerock.org/license/CDDLv1.0.html
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* If applicable, add the following below the CDDL Header,
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* with the fields enclosed by brackets [] replaced by
cf6ef8948349f8e11c5d4068f50996f8c0e8926dMichael Speer* your own identifying information:
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs* "Portions Copyrighted [year] [name of copyright owner]"
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs*
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs-->
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs<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">
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <modelVersion>4.0.0</modelVersion>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
b83cd2c35abe58abb09c73f2ef35426f1384ad46Michael Speer <!-- Parent Project -->
b83cd2c35abe58abb09c73f2ef35426f1384ad46Michael Speer <parent>
b83cd2c35abe58abb09c73f2ef35426f1384ad46Michael Speer <groupId>org.forgerock.openam</groupId>
b83cd2c35abe58abb09c73f2ef35426f1384ad46Michael Speer <artifactId>openam</artifactId>
676f04004b15fc2872dfb0b7349d2d821a6eaa31Michael Speer <version>13.0.0-SNAPSHOT</version>
b83cd2c35abe58abb09c73f2ef35426f1384ad46Michael Speer </parent>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <!-- Component Definition -->
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <name>OpenAM Example Projects</name>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <description>OpenAM Example Projects</description>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <artifactId>openam-examples</artifactId>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <packaging>pom</packaging>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <!-- Child Modules -->
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <modules>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <module>openam-example-clientsdk-cli</module>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs <module>openam-example-clientsdk-war</module>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs </modules>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs</project>
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs