aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell<?xml version="1.0" encoding="UTF-8"?>
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste<!--
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ The contents of this file are subject to the terms of the Common Development and
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ Distribution License (the License). You may not use this file except in compliance with the
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ License.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ specific language governing permission and limitations under the License.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ information: "Portions copyright [year] [name of copyright owner]".
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ Copyright 2014-2015 ForgeRock AS.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste-->
7bf512aea50c834dc9c3ef5a0a228059fcc753a5jenkins<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">
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <parent>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <artifactId>openam</artifactId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <groupId>org.forgerock.openam</groupId>
5d4589530d1353fdd627ab216a1cdcbcaf6b705ejenkins <version>13.0.0</version>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </parent>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <modelVersion>4.0.0</modelVersion>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <name>OpenAM Audit</name>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <description>OpenAM Audit Modules</description>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <artifactId>openam-audit</artifactId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <packaging>pom</packaging>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <modules>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <module>openam-audit-context</module>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <module>openam-audit-core</module>
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste <module>openam-audit-configuration</module>
9f92250fcac0f79bcde31080a38940cb4ebecda8Phill Cunnington <module>openam-audit-rest</module>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </modules>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell</project>