Update snapshot and/or references of policy/pap to latest snapshots
[policy/pap.git] / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   ONAP Policy PAP
4   ================================================================================
5   Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
6   Copyright (C) 2019, 2021, 2023 Nordix Foundation.
7   Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12
13        http://www.apache.org/licenses/LICENSE-2.0
14
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25     <modelVersion>4.0.0</modelVersion>
26
27     <parent>
28         <groupId>org.onap.policy.parent</groupId>
29         <artifactId>integration</artifactId>
30         <version>4.1.2-SNAPSHOT</version>
31         <relativePath />
32     </parent>
33
34     <groupId>org.onap.policy.pap</groupId>
35     <artifactId>policy-pap</artifactId>
36     <version>3.1.2-SNAPSHOT</version>
37
38     <packaging>pom</packaging>
39
40     <name>policy-pap</name>
41     <description>Code that implements the Policy Administration Backend.</description>
42
43     <properties>
44         <policy.common.version>2.1.2-SNAPSHOT</policy.common.version>
45         <policy.models.version>3.1.2-SNAPSHOT</policy.models.version>
46     </properties>
47
48     <modules>
49         <module>main</module>
50         <module>packages</module>
51         <module>testsuites</module>
52     </modules>
53
54     <distributionManagement>
55         <site>
56             <id>ecomp-site</id>
57             <url>dav:${nexusproxy}${sitePath}</url>
58         </site>
59     </distributionManagement>
60 </project>