blob: 1893ac848445d3a151172f33d11cec6bf48f42be [file] [log] [blame]
Skip Wonnellcf4b15a2017-08-15 21:18:04 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell574417b2017-08-28 22:02:54 -05002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClunga8027392018-06-13 15:49:08 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell574417b2017-08-28 22:02:54 -05007 ================================================================================
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
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
Skip Wonnell574417b2017-08-28 22:02:54 -050022 ============LICENSE_END=========================================================
23 -->
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/maven-v4_0_0.xsd">
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050028 <parent>
Patrick Brady07567592017-12-13 11:09:30 -080029 <groupId>org.onap.appc</groupId>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050030 <artifactId>appc-directed-graph</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070031 <version>1.4.0-SNAPSHOT</version>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050032 </parent>
33
34 <modelVersion>4.0.0</modelVersion>
35 <packaging>pom</packaging>
Patrick Brady07567592017-12-13 11:09:30 -080036 <groupId>org.onap.appc</groupId>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050037 <artifactId>appc-dgraph</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070038 <version>1.4.0-SNAPSHOT</version>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050039
Skip Wonnell574417b2017-08-28 22:02:54 -050040 <name>APPC Directed Graph</name>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050041 <description>APPC DG Module</description>
42
43 <properties>
44 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Skip Wonnell574417b2017-08-28 22:02:54 -050045 <licenseDir>${project.parent.parent.basedir}</licenseDir>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050046 </properties>
47
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050048 <profiles>
49 <profile>
50 <id>default</id>
51 <activation>
52 <activeByDefault>true</activeByDefault>
53 </activation>
54 <modules>
55 <module>provider</module>
56 </modules>
57 </profile>
58 </profiles>
59
60</project>