Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | 694852f | 2018-06-13 16:10:33 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 13 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 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 | |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 22 | ============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 Brady | b4e7e11 | 2018-08-07 11:44:12 -0700 | [diff] [blame] | 29 | <groupId>org.onap.appc.parent</groupId> |
| 30 | <artifactId>odlparent-lite</artifactId> |
Patrick Brady | 19ae780 | 2019-01-08 12:25:10 -0800 | [diff] [blame] | 31 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | b4e7e11 | 2018-08-07 11:44:12 -0700 | [diff] [blame] | 32 | <relativePath /> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 33 | </parent> |
| 34 | |
| 35 | <artifactId>appc-license-manager</artifactId> |
Patrick Brady | b4e7e11 | 2018-08-07 11:44:12 -0700 | [diff] [blame] | 36 | <groupId>org.onap.appc</groupId> |
Patrick Brady | ccd67e9 | 2018-11-12 12:14:11 -0800 | [diff] [blame] | 37 | <version>1.5.0-SNAPSHOT</version> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 38 | <packaging>pom</packaging> |
| 39 | <name>APPC License Manager</name> |
| 40 | <description>APPC License Manager</description> |
| 41 | |
| 42 | |
| 43 | <!-- ================================================================================== --> |
| 44 | <!-- The modules we build --> |
| 45 | <!-- ================================================================================== --> |
| 46 | <modules> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 47 | <module>appc-license-manager-api</module> |
| 48 | <module>appc-license-manager-core</module> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 49 | <module>appc-license-manager-features</module> |
| 50 | </modules> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 51 | |
| 52 | </project> |