blob: 13549944c3e5040f7ae9e93f7a82d05f196a911b [file] [log] [blame]
Ubuntuf2bb4902019-02-20 19:24:25 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2018 Bell Canada Intellectual Property. All rights reserved.
7 ~ ================================================================================
8 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
9 ~ ================================================================================
10 ~ Licensed under the Apache License, Version 2.0 (the "License");
11 ~ you may not use this file except in compliance with the License.
12 ~ You may obtain a copy of the License at
13 ~
14 ~ http://www.apache.org/licenses/LICENSE-2.0
15 ~
16 ~ Unless required by applicable law or agreed to in writing, software
17 ~ distributed under the License is distributed on an "AS IS" BASIS,
18 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 ~ See the License for the specific language governing permissions and
20 ~ limitations under the License.
21 ~ ============LICENSE_END=======================================================
22 ~
23 -->
Ubuntuf2bb4902019-02-20 19:24:25 +000024
Timoney, Dan (dt5972)9560e602019-04-24 16:04:56 -040025<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">
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050026 <modelVersion>4.0.0</modelVersion>
Ubuntuf2bb4902019-02-20 19:24:25 +000027
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050028 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>odlparent-lite</artifactId>
Dan Timoney49035452020-01-30 09:53:35 -050031 <version>1.5.2-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050032 <relativePath/>
33 </parent>
Ubuntuf2bb4902019-02-20 19:24:25 +000034
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050035 <groupId>org.onap.ccsdk.features</groupId>
36 <artifactId>aafshiro</artifactId>
Dan Timoney49035452020-01-30 09:53:35 -050037 <version>0.7.1-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050038 <packaging>pom</packaging>
Ubuntuf2bb4902019-02-20 19:24:25 +000039
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050040 <name>ccsdk-features :: ${project.artifactId}</name>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050041 <description>AAF Shiro Bundle for UAC</description>
Ubuntuf2bb4902019-02-20 19:24:25 +000042
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050043 <modules>
44 <module>features</module>
45 <module>installer</module>
46 </modules>
Ubuntuf2bb4902019-02-20 19:24:25 +000047</project>