blob: 6a6bba0ab3d64d5a5840072a205e0c49fc52df38 [file] [log] [blame]
Pamela Dragosh1f049412017-08-03 13:22:41 -04001<!--
2 ============LICENSE_START=======================================================
ramverma0f7ddb12018-05-24 14:23:19 +01003 ONAP Policy PAP
Pamela Dragosh1f049412017-08-03 13:22:41 -04004 ================================================================================
Pamela Dragosh09945472018-05-01 10:15:39 -04005 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh1f049412017-08-03 13:22:41 -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
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
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>
ramverma0f7ddb12018-05-24 14:23:19 +010026 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>integration</artifactId>
28 <version>2.0.0-SNAPSHOT</version>
Pamela Dragosh1f049412017-08-03 13:22:41 -040029 <relativePath/>
30 </parent>
31
32 <groupId>org.onap.policy.pap</groupId>
33 <artifactId>pap</artifactId>
Pamela Dragosh09945472018-05-01 10:15:39 -040034 <version>2.0.0-SNAPSHOT</version>
Pamela Dragosh1f049412017-08-03 13:22:41 -040035
36 <packaging>pom</packaging>
37
Jessica Wagantall5a678412017-09-08 14:59:40 -070038 <name>policy-pap</name>
Pamela Dragosh1f049412017-08-03 13:22:41 -040039 <description>Code that implements the Policy Administration Backend.</description>
40
Pamela Dragosh788fe2c2017-08-17 10:29:36 -040041 <distributionManagement>
42 <site>
43 <id>ecomp-site</id>
44 <url>dav:${nexusproxy}${sitePath}</url>
45 </site>
46 </distributionManagement>
47
Pamela Dragosh1f049412017-08-03 13:22:41 -040048</project>