pom.xml revision 73f9e2bdde9270cbef1203804de2674ce0d90ddb
1341N/A<?xml version="1.0" encoding="UTF-8"?>
1341N/A<!--
1341N/A * The contents of this file are subject to the terms of the Common Development and
2362N/A * Distribution License (the License). You may not use this file except in compliance with the
1341N/A * License.
1341N/A *
1341N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
1341N/A * specific language governing permission and limitations under the License.
1341N/A *
1341N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
1341N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
1341N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
1341N/A * information: "Portions copyright [year] [name of copyright owner]".
1341N/A *
1341N/A * Copyright 2011-2016 ForgeRock AS.
1341N/A-->
1341N/A<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">
1341N/A <modelVersion>4.0.0</modelVersion>
1341N/A
1341N/A <!-- Parent Project -->
2362N/A <parent>
2362N/A <groupId>org.forgerock.openam</groupId>
2362N/A <artifactId>openam</artifactId>
1341N/A <version>14.0.0-M6</version>
1341N/A </parent>
1341N/A
1341N/A <!-- Component Definition -->
1341N/A <name>OpenAM Plugins</name>
1341N/A <description>OpenAM plugins</description>
1341N/A <artifactId>openam-plugins</artifactId>
1341N/A <packaging>pom</packaging>
1341N/A
1341N/A <!-- Child Modules -->
1341N/A <modules>
1341N/A <module>openam-auth-postauthentication</module>
1341N/A </modules>
1341N/A</project>
1341N/A
1341N/A