Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
ramverma | 189a785 | 2018-05-24 14:48:37 +0100 | [diff] [blame^] | 3 | ONAP Policy GUI |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 4 | ================================================================================ |
Pamela Dragosh | 3235647 | 2018-05-01 10:11:07 -0400 | [diff] [blame] | 5 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
Pamela Dragosh | a2a37de | 2017-08-17 10:27:23 -0400 | [diff] [blame] | 10 | |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Pamela Dragosh | a2a37de | 2017-08-17 10:27:23 -0400 | [diff] [blame] | 12 | |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
| 25 | <parent> |
ramverma | 189a785 | 2018-05-24 14:48:37 +0100 | [diff] [blame^] | 26 | <groupId>org.onap.policy.parent</groupId> |
| 27 | <artifactId>integration</artifactId> |
| 28 | <version>2.0.0-SNAPSHOT</version> |
| 29 | <relativePath/> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 30 | </parent> |
| 31 | |
| 32 | <groupId>org.onap.policy.gui</groupId> |
| 33 | <artifactId>gui</artifactId> |
Pamela Dragosh | 3235647 | 2018-05-01 10:11:07 -0400 | [diff] [blame] | 34 | <version>2.0.0-SNAPSHOT</version> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 35 | |
| 36 | <packaging>pom</packaging> |
| 37 | |
Jessica Wagantall | 4f56964 | 2017-09-08 12:59:52 -0700 | [diff] [blame] | 38 | <name>policy-gui</name> |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 39 | <description>Code that all the Policy GUI's.</description> |
| 40 | |
Pamela Dragosh | a2a37de | 2017-08-17 10:27:23 -0400 | [diff] [blame] | 41 | <distributionManagement> |
| 42 | <site> |
| 43 | <id>ecomp-site</id> |
| 44 | <url>dav:${nexusproxy}${sitePath}</url> |
| 45 | </site> |
| 46 | </distributionManagement> |
| 47 | |
Pamela Dragosh | 6e7baf6 | 2017-08-03 13:00:44 -0400 | [diff] [blame] | 48 | </project> |