Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 574417b | 2017-08-28 22:02:54 -0500 | [diff] [blame^] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 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 |
| 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 | --> |
| 25 | |
| 26 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 27 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 28 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.openecomp.appc</groupId> |
| 31 | <artifactId>appc-directed-graph</artifactId> |
| 32 | <version>1.1.0-SNAPSHOT</version> |
| 33 | </parent> |
| 34 | |
| 35 | <modelVersion>4.0.0</modelVersion> |
| 36 | <packaging>pom</packaging> |
| 37 | <groupId>org.openecomp.appc</groupId> |
| 38 | <artifactId>appc-dgraph</artifactId> |
| 39 | <version>1.1.0-SNAPSHOT</version> |
| 40 | |
Skip Wonnell | 574417b | 2017-08-28 22:02:54 -0500 | [diff] [blame^] | 41 | <name>APPC Directed Graph</name> |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 42 | <description>APPC DG Module</description> |
| 43 | |
| 44 | <properties> |
| 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 46 | <odl.mdsal.version>2.1.1-Boron-SR1</odl.mdsal.version> |
| 47 | <odl.controller.mdsal.version>1.4.1-Boron-SR1</odl.controller.mdsal.version> |
| 48 | <openecomp.sdnc.sli.version>1.1.0</openecomp.sdnc.sli.version> |
| 49 | <openecomp.sdnc.dblib.version>1.1.0</openecomp.sdnc.dblib.version> |
| 50 | <openecomp.sdnc.sql-resource.version>1.1.0</openecomp.sdnc.sql-resource.version> |
Skip Wonnell | 574417b | 2017-08-28 22:02:54 -0500 | [diff] [blame^] | 51 | <licenseDir>${project.parent.parent.basedir}</licenseDir> |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 52 | </properties> |
| 53 | |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 54 | <profiles> |
| 55 | <profile> |
| 56 | <id>default</id> |
| 57 | <activation> |
| 58 | <activeByDefault>true</activeByDefault> |
| 59 | </activation> |
| 60 | <modules> |
| 61 | <module>provider</module> |
| 62 | </modules> |
| 63 | </profile> |
| 64 | </profiles> |
| 65 | |
| 66 | </project> |