aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell<?xml version="1.0" encoding="UTF-8"?>
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * The contents of this file are subject to the terms of the Common Development and
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Distribution License (the License). You may not use this file except in compliance with the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * specific language governing permission and limitations under the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * When distributing Covered Software, include this CDDL Header Notice in each file and include
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Header, with the fields enclosed by brackets [] replaced by your own identifying
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * information: "Portions copyright [year] [name of copyright owner]".
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Copyright 2014-2016 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>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins <version>14.0.0-SNAPSHOT</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
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major</project>