pom.xml revision b36cfc7d675804b8706a018791c02cc9b1f8d75c
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin<!--
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * The contents of this file are subject to the terms of the Common Development and
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * Distribution License (the License). You may not use this file except in compliance with the
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * License.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin *
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * specific language governing permission and limitations under the License.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin *
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * When distributing Covered Software, include this CDDL Header Notice in each file and include
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin * 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.
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin-->
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin<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">
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <modelVersion>4.0.0</modelVersion>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen <parent>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <groupId>org.forgerock.openam</groupId>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <artifactId>openam-sts</artifactId>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <version>13.0.0-SNAPSHOT</version>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin </parent>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd <artifactId>openam-soap-sts</artifactId>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <packaging>pom</packaging>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <name>OpenAM Soap STS</name>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung <modules>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <module>openam-soap-sts-server</module>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin <module>openam-soap-sts-client</module>
7f0952c0239ea2d6e37b472db6fde4ef2718343dsf </modules>
4277c95b5a9454a5c25f8d8762634fcff37aa840minfrin</project>
46f74e65e6051e6e9391c8e17c5116317210facetakashi