Ramya Balaji | 31540f8 | 2018-01-08 12:40:57 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 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 Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 13 | |
Ramya Balaji | 31540f8 | 2018-01-08 12:40:57 -0500 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 15 | |
Ramya Balaji | 31540f8 | 2018-01-08 12:40:57 -0500 | [diff] [blame] | 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. |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 21 | |
Ramya Balaji | 31540f8 | 2018-01-08 12:40:57 -0500 | [diff] [blame] | 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | ============LICENSE_END========================================================= |
| 24 | --> |
| 25 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 27 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 28 | <modelVersion>4.0.0</modelVersion> |
| 29 | <parent> |
| 30 | <groupId>org.onap.appc</groupId> |
| 31 | <artifactId>appc-dg-shared</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 32 | <version>1.4.0-SNAPSHOT</version> |
Ramya Balaji | 31540f8 | 2018-01-08 12:40:57 -0500 | [diff] [blame] | 33 | </parent> |
| 34 | |
| 35 | <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 Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 46 | </project> |