pom.xml revision 073875d677d0cc89aa2cc1187c975225a2ead9d3
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay<?xml version="1.0" encoding="UTF-8"?>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay<!--
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~
1bad1b69167cb45dd69ec6863eedcaf795df19d7Peter Major ~ Copyright (c) 2012-2013 ForgeRock AS. All rights reserved.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ The contents of this file are subject to the terms
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ of the Common Development and Distribution License
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ (the License). You may not use this file except in
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ compliance with the License.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ You can obtain a copy of the License at
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ http://forgerock.org/license/CDDLv1.0.html
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ See the License for the specific language governing
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ permission and limitations under the License.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ When distributing Covered Code, include this CDDL
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ Header Notice in each file and include the License file
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ at http://forgerock.org/license/CDDLv1.0.html
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ If applicable, add the following below the CDDL Header,
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ with the fields enclosed by brackets [] replaced by
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ your own identifying information:
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay ~ "Portions Copyrighted [year] [name of copyright owner]"
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay -->
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins<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">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <modelVersion>4.0.0</modelVersion>
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <parent>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <groupId>org.forgerock.openam</groupId>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <artifactId>openam</artifactId>
6a901ebad73ff7eae18de9ed218aa15187babca0Jonathan Scudder <version>12.0.0-SNAPSHOT</version>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </parent>
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <artifactId>openam-oauth2</artifactId>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <packaging>pom</packaging>
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <name>OpenAM OAuth2</name>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <modules>
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington <!-- Common OAuth2 modules -->
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington <module>openam-oauth2-common</module>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <module>openam-oauth2-restlet-extension</module>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <module>openam-oauth2-main</module>
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington <!-- OpenAM Specific OAuth2 modules -->
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington <module>openam-oauth2-integration</module>
073875d677d0cc89aa2cc1187c975225a2ead9d3Phill Cunnington <module>openam-oauth2-openam-extension</module>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </modules>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <properties>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <maven.compiler.target>1.6</maven.compiler.target>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <maven.compiler.source>1.6</maven.compiler.source>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </properties>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay</project>