d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste<?xml version="1.0" encoding="UTF-8"?>
a2e88770d4fa9e065a98a285ecb442d9e9f0dd9bRich Riley<!--
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 2015-2016 ForgeRock AS.
a2e88770d4fa9e065a98a285ecb442d9e9f0dd9bRich Riley-->
c2a949e1006bdce06bcbf8314cf8fa35891ab50ejenkins<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">
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <parent>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <artifactId>openam</artifactId>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <groupId>org.forgerock.openam</groupId>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins <version>14.0.0-SNAPSHOT</version>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste </parent>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <modelVersion>4.0.0</modelVersion>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <name>OpenAM Internationalization</name>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <description>OpenAM Internationalization Module</description>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste <artifactId>openam-i18n</artifactId>
d37433bd7d6376bb6e42df7b7fde26ffba0a6cfbJaco Jooste
63ee0c9f26b85deae17137a3965738153e0b2d20Gabor Melkvi
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major</project>