Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 439954b | 2018-02-20 15:06:54 -0600 | [diff] [blame^] | 2 | <!-- |
| 3 | ============LICENSE_START========================================== |
| 4 | ONAP : APPC |
| 5 | =================================================================== |
| 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 7 | =================================================================== |
| 8 | |
| 9 | Unless otherwise specified, all software contained herein is licensed |
| 10 | under the Apache License, Version 2.0 (the License); |
| 11 | you may not use this software 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 | |
| 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | ============LICENSE_END============================================ |
| 24 | --> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 25 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 27 | |
| 28 | <parent> |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 29 | <groupId>org.onap.appc.deployment</groupId> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 30 | <artifactId>appc-docker-project</artifactId> |
Jessica Wagantall | 95dcced | 2017-11-16 17:27:18 -0800 | [diff] [blame] | 31 | <version>1.3.0-SNAPSHOT</version> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 32 | </parent> |
| 33 | |
| 34 | <modelVersion>4.0.0</modelVersion> |
| 35 | <packaging>pom</packaging> |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 36 | <groupId>org.onap.appc.deployment</groupId> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 37 | <artifactId>platform-logic</artifactId> |
Jessica Wagantall | 95dcced | 2017-11-16 17:27:18 -0800 | [diff] [blame] | 38 | <version>1.3.0-SNAPSHOT</version> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 39 | |
| 40 | <name>Platform Logic</name> |
| 41 | <description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description> |
| 42 | |
| 43 | <properties> |
| 44 | <application.name>platform-logic</application.name> |
| 45 | <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format> |
| 46 | <build.number>${maven.build.timestamp}</build.number> |
| 47 | </properties> |
| 48 | |
| 49 | <modules> |
| 50 | <module>appc</module> |
| 51 | <module>installer</module> |
| 52 | </modules> |
| 53 | |
| 54 | <organization> |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 55 | <name>ONAP</name> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 56 | </organization> |
| 57 | |
| 58 | </project> |