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>installation</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>Installation</name> |
| 41 | <description>Installs APP-C on local file system</description> |
| 42 | |
| 43 | <properties> |
| 44 | <application.name>installation</application.name> |
Jessica Wagantall | b4b8bc4 | 2018-04-04 18:28:53 -0700 | [diff] [blame^] | 45 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 46 | <build.number>${maven.build.timestamp}</build.number> |
| 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 48 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 49 | </properties> |
| 50 | |
| 51 | <modules> |
| 52 | <module>appc</module> |
| 53 | </modules> |
| 54 | </project> |