pom.xml revision 4d2b16823578d4d06a97a36dbcf4376c84cdaddc
22cc4b4e0d92019280405da9bb1b29767e85c572Brian Wellington<?xml version="1.0" encoding="UTF-8"?>
7b5130bd12ab4a5538240b6bbed9166dc7a856d6Tinderbox User<!--
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence*
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater* Copyright 2011-2015 ForgeRock AS.
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer*
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer* The contents of this file are subject to the terms
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence* of the Common Development and Distribution License
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* (the License). You may not use this file except in
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* compliance with the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews*
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* You can obtain a copy of the License at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* http://forgerock.org/license/CDDLv1.0.html
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* See the License for the specific language governing
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews* permission and limitations under the License.
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer*
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer* When distributing Covered Code, include this CDDL
28c2bc20269f3127b8bcb68e4458392f86cc0116Evan Hunt* Header Notice in each file and include the License file
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein* at http://forgerock.org/license/CDDLv1.0.html
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein* If applicable, add the following below the CDDL Header,
47058d17266420179fa294de6b82d8fb5b918df4Michael Sawyer* with the fields enclosed by brackets [] replaced by
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer* your own identifying information:
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer* "Portions Copyrighted [year] [name of copyright owner]"
6f710fce2d5a51b17bfc6f4a0b305c6b603c1304Brian Wellington*
a985c480e1f2ff2ef358af4a407d3a0e40fd651eMichael Sawyer-->
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer<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">
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <modelVersion>4.0.0</modelVersion>
668bd3acee916de774c569449367fee199965ff4Brian Wellington
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson <!-- Parent Project -->
25a66b4e41e2b0a2af4840749bac80ae78c678bfMark Andrews <parent>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <groupId>org.forgerock.openam</groupId>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <artifactId>openam-authentication</artifactId>
1893b56ef9f5f2bc2a0fbe80d3c6b69df1bdc7c2Michael Sawyer <version>13.0.0-RC1</version>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence </parent>
668bd3acee916de774c569449367fee199965ff4Brian Wellington
668bd3acee916de774c569449367fee199965ff4Brian Wellington <!-- Component Definition -->
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington <name>OpenAM Auth Datastore</name>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <description>OpenAM Authentication Datastore
83a44df0a1dcc1760c7e4ad45eae801b5144592cBrian Wellington </description>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <artifactId>openam-auth-datastore</artifactId>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <packaging>jar</packaging>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <!-- Build -->
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington <build>
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews <plugins>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <plugin>
2a23a625246acfbf6ff92b86a6b8b9df59dbeaa4Mark Andrews <groupId>org.apache.maven.plugins</groupId>
2a23a625246acfbf6ff92b86a6b8b9df59dbeaa4Mark Andrews <artifactId>maven-jar-plugin</artifactId>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <configuration>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <archive>
6b3c17b9b0230eca56bb44bd61f0a43fe8ae1d32Automatic Updater <index>true</index>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <manifest>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <addClasspath>true</addClasspath>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <classpathPrefix>lib/</classpathPrefix>
932b781b8178dc2876e23ddedb56294277c6ab28Michael Sawyer </manifest>
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews <manifestEntries>
932b781b8178dc2876e23ddedb56294277c6ab28Michael Sawyer <Specification-Title>OpenAM Auth Datastore</Specification-Title>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <Specification-Vendor>ForgeRock</Specification-Vendor>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <Implementation-Title>OpenAM Auth Datastore</Implementation-Title>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <Implementation-Vendor>ForgeRock</Implementation-Vendor>
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews <Built-By>${user.name}</Built-By>
910df0c767ea973a59e866adb33bddf24b584f3dMichael Sawyer <Build-Jdk>${java.version}</Build-Jdk>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <Build-Time>${maven.build.timestamp}</Build-Time>
688a4c50c2025a683d8d2bf5bb53a591556df4fcAndreas Gustafsson <Version>${project.version}</Version>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <Create-On>${maven.build.timestamp}</Create-On>
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews <Revision>${git.short.sha1}</Revision>
13396661f46572d7b94703a25721aad040fbd91aMark Andrews <!-- TODO Add License to Manifest -->
19b037bcb900e75528bf6f2582d77c3f1a6d6714Evan Hunt <License />
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt </manifestEntries>
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer </archive>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein </configuration>
7ca101656029196bba41ffff632f2c6903f48125Mark Andrews </plugin>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </plugins>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </build>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer</project>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer