blob: d27224dc98a1825c3422534a053ba9810843c56f [file] [log] [blame]
Pamela Dragosh6e7baf62017-08-03 13:00:44 -04001<!--
2 ============LICENSE_START=======================================================
ramverma189a7852018-05-24 14:48:37 +01003 ONAP Policy GUI
Pamela Dragosh6e7baf62017-08-03 13:00:44 -04004 ================================================================================
Pamela Dragosh32356472018-05-01 10:11:07 -04005 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh6e7baf62017-08-03 13:00:44 -04006 ================================================================================
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 Dragosha2a37de2017-08-17 10:27:23 -040010
Pamela Dragosh6e7baf62017-08-03 13:00:44 -040011 http://www.apache.org/licenses/LICENSE-2.0
Pamela Dragosha2a37de2017-08-17 10:27:23 -040012
Pamela Dragosh6e7baf62017-08-03 13:00:44 -040013 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>
ramverma189a7852018-05-24 14:48:37 +010026 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>integration</artifactId>
28 <version>2.0.0-SNAPSHOT</version>
29 <relativePath/>
Pamela Dragosh6e7baf62017-08-03 13:00:44 -040030 </parent>
31
32 <groupId>org.onap.policy.gui</groupId>
33 <artifactId>gui</artifactId>
Pamela Dragosh32356472018-05-01 10:11:07 -040034 <version>2.0.0-SNAPSHOT</version>
Pamela Dragosh6e7baf62017-08-03 13:00:44 -040035
36 <packaging>pom</packaging>
37
Jessica Wagantall4f569642017-09-08 12:59:52 -070038 <name>policy-gui</name>
Pamela Dragosh6e7baf62017-08-03 13:00:44 -040039 <description>Code that all the Policy GUI's.</description>
40
Pamela Dragosha2a37de2017-08-17 10:27:23 -040041 <distributionManagement>
42 <site>
43 <id>ecomp-site</id>
44 <url>dav:${nexusproxy}${sitePath}</url>
45 </site>
46 </distributionManagement>
47
Pamela Dragosh6e7baf62017-08-03 13:00:44 -040048</project>