blob: d83590a113183bbac103461ae8db9e39576ae13a [file] [log] [blame]
Patrick Brady83514252017-02-13 11:57:08 -08001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell439954b2018-02-20 15:06:54 -06002<!--
3============LICENSE_START==========================================
4ONAP : APPC
5===================================================================
6Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7===================================================================
8
9Unless otherwise specified, all software contained herein is licensed
10under the Apache License, Version 2.0 (the License);
11you may not use this software except in compliance with the License.
12You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16Unless required by applicable law or agreed to in writing, software
17distributed under the License is distributed on an "AS IS" BASIS,
18WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19See the License for the specific language governing permissions and
20limitations under the License.
21
22ECOMP is a trademark and service mark of AT&T Intellectual Property.
23============LICENSE_END============================================
24-->
Patrick Brady83514252017-02-13 11:57:08 -080025<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 Brady2ad82142017-12-13 12:49:38 -080029 <groupId>org.onap.appc.deployment</groupId>
Patrick Brady83514252017-02-13 11:57:08 -080030 <artifactId>appc-docker-project</artifactId>
Jessica Wagantall95dcced2017-11-16 17:27:18 -080031 <version>1.3.0-SNAPSHOT</version>
Patrick Brady83514252017-02-13 11:57:08 -080032 </parent>
33
34 <modelVersion>4.0.0</modelVersion>
35 <packaging>pom</packaging>
Patrick Brady2ad82142017-12-13 12:49:38 -080036 <groupId>org.onap.appc.deployment</groupId>
Patrick Brady83514252017-02-13 11:57:08 -080037 <artifactId>installation</artifactId>
Jessica Wagantall95dcced2017-11-16 17:27:18 -080038 <version>1.3.0-SNAPSHOT</version>
Patrick Brady83514252017-02-13 11:57:08 -080039
40 <name>Installation</name>
41 <description>Installs APP-C on local file system</description>
42
43 <properties>
44 <application.name>installation</application.name>
Jessica Wagantallb4b8bc42018-04-04 18:28:53 -070045 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
Patrick Brady83514252017-02-13 11:57:08 -080046 <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>