Update snapshot and/or references of policy/api to latest snapshots
[policy/api.git] / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   ONAP Policy API
4   ================================================================================
5   Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved.
6   Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2019-2020, 2023-2024 Nordix Foundation.
8   Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
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   ============LICENSE_END=========================================================
22   -->
23
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27
28     <parent>
29         <groupId>org.onap.policy.parent</groupId>
30         <artifactId>integration</artifactId>
31         <version>4.1.2-SNAPSHOT</version>
32         <relativePath />
33     </parent>
34
35     <groupId>org.onap.policy.api</groupId>
36     <artifactId>policy-api</artifactId>
37     <version>3.1.2-SNAPSHOT</version>
38
39     <packaging>pom</packaging>
40
41     <name>policy-api</name>
42     <description>Code that define our external API.</description>
43
44     <properties>
45         <policy.common.version>2.1.2-SNAPSHOT</policy.common.version>
46         <policy.models.version>3.1.2-SNAPSHOT</policy.models.version>
47     </properties>
48
49     <modules>
50         <module>main</module>
51         <module>packages</module>
52         <module>testsuites</module>
53     </modules>
54
55     <distributionManagement>
56         <site>
57             <id>ecomp-site</id>
58             <url>dav:${nexusproxy}${sitePath}</url>
59         </site>
60     </distributionManagement>
61
62 </project>