blob: 28413f103d15bdc08ab2f4fc8cec9fb816d5cc1d [file] [log] [blame]
Ramya Balaji31540f82018-01-08 12:40:57 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClunga8027392018-06-13 15:49:08 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Ramya Balaji31540f82018-01-08 12:40:57 -05007 ================================================================================
8 Copyright (C) 2017 Amdocs
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
Patrick Bradyc7d00752017-06-01 10:45:37 -070013
Ramya Balaji31540f82018-01-08 12:40:57 -050014 http://www.apache.org/licenses/LICENSE-2.0
Patrick Bradyc7d00752017-06-01 10:45:37 -070015
Ramya Balaji31540f82018-01-08 12:40:57 -050016 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.
Patrick Bradyc7d00752017-06-01 10:45:37 -070021
Ramya Balaji31540f82018-01-08 12:40:57 -050022 ============LICENSE_END=========================================================
23 -->
24<project xmlns="http://maven.apache.org/POM/4.0.0"
25 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
27 <modelVersion>4.0.0</modelVersion>
28 <parent>
Patrick Brady32229082018-08-09 12:05:53 -070029 <groupId>org.onap.appc.parent</groupId>
30 <artifactId>odlparent-lite</artifactId>
Patrick Brady9d380082018-10-09 11:32:38 -070031 <version>1.4.0</version>
Patrick Brady32229082018-08-09 12:05:53 -070032 <relativePath />
Ramya Balaji31540f82018-01-08 12:40:57 -050033 </parent>
Patrick Brady32229082018-08-09 12:05:53 -070034 <groupId>org.onap.appc</groupId>
Ramya Balaji31540f82018-01-08 12:40:57 -050035 <artifactId>appc-dg-mdsal-store</artifactId>
36 <packaging>pom</packaging>
37
38 <properties>
39 <licenseDir>${project.parent.parent.parent.basedir}</licenseDir>
40 </properties>
41
42 <modules>
43 <module>appc-dg-mdsal-bundle</module>
44 <module>appc-dg-mdsal-model</module>
45 </modules>
Patrick Bradyade26b72018-11-16 10:40:46 -080046 <version>1.4.2-SNAPSHOT</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -070047</project>