pom.xml revision 4b8b489912a1b73758a1f72ef09b9ac7831731e6
ffb88a4885747797937e30a5ac8b1606da3cb4adnd<!--
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * The contents of this file are subject to the terms of the Common Development and
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * Distribution License (the License). You may not use this file except in compliance with the
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * License.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd *
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * specific language governing permission and limitations under the License.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd *
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * When distributing Covered Software, include this CDDL Header Notice in each file and include
ffb88a4885747797937e30a5ac8b1606da3cb4adnd * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * Header, with the fields enclosed by brackets [] replaced by your own identifying
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * information: "Portions Copyrighted [year] [name of copyright owner]".
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * Copyright 2015 ForgeRock AS.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd-->
ffb88a4885747797937e30a5ac8b1606da3cb4adnd<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">
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <modelVersion>4.0.0</modelVersion>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen <parent>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <groupId>org.forgerock.openam</groupId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <artifactId>openam-sts</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <version>13.0.0-SNAPSHOT</version>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </parent>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <artifactId>openam-soap-sts</artifactId>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <packaging>pom</packaging>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <name>OpenAM Soap STS</name>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung <modules>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <module>openam-soap-sts-server</module>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd <module>openam-soap-sts-client</module>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd </modules>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd</project>
ffb88a4885747797937e30a5ac8b1606da3cb4adnd