Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
ramverma | 74b108c | 2018-05-24 12:40:21 +0100 | [diff] [blame] | 3 | ONAP Policy API |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 4 | ================================================================================ |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 5 | Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. |
Pamela Dragosh | dbbae8b | 2021-02-23 11:00:15 -0500 | [diff] [blame] | 6 | Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. |
adheli.tavares | e4446b6 | 2024-04-10 13:45:31 +0100 | [diff] [blame] | 7 | Modifications Copyright (C) 2019-2020, 2023-2024 Nordix Foundation. |
Ram Krishna Verma | ff2317d | 2020-09-16 10:44:03 -0400 | [diff] [blame] | 8 | Modifications Copyright (C) 2020 Bell Canada. All rights reserved. |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 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 |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 13 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
liamfallon | 379075d | 2020-06-19 10:14:45 +0100 | [diff] [blame] | 15 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 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" |
adheli.tavares | 9b0780e | 2023-08-02 14:49:33 +0100 | [diff] [blame] | 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 27 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.policy.parent</groupId> |
| 30 | <artifactId>integration</artifactId> |
waynedunican | 8b77a1d | 2024-05-16 16:01:13 +0100 | [diff] [blame^] | 31 | <version>4.1.4</version> |
liamfallon | 0b34f7f | 2023-10-18 09:07:52 +0100 | [diff] [blame] | 32 | <relativePath /> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 33 | </parent> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 34 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 35 | <groupId>org.onap.policy.api</groupId> |
| 36 | <artifactId>policy-api</artifactId> |
saul.gill | 99e7c9a | 2024-04-26 09:24:35 +0100 | [diff] [blame] | 37 | <version>3.1.3-SNAPSHOT</version> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 38 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 39 | <packaging>pom</packaging> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 40 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 41 | <name>policy-api</name> |
| 42 | <description>Code that define our external API.</description> |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 43 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 44 | <properties> |
waynedunican | 8b77a1d | 2024-05-16 16:01:13 +0100 | [diff] [blame^] | 45 | <policy.common.version>2.1.3</policy.common.version> |
| 46 | <policy.models.version>3.1.3</policy.models.version> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 47 | </properties> |
| 48 | |
| 49 | <modules> |
| 50 | <module>main</module> |
Chenfei Gao | 6ea2e1b | 2019-01-31 16:09:09 -0500 | [diff] [blame] | 51 | <module>packages</module> |
Bilal A | 56f97fa | 2019-02-14 14:49:44 -0500 | [diff] [blame] | 52 | <module>testsuites</module> |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 53 | </modules> |
| 54 | |
Krishnajinka | da9e01a | 2018-08-31 20:01:30 +0900 | [diff] [blame] | 55 | <distributionManagement> |
| 56 | <site> |
| 57 | <id>ecomp-site</id> |
| 58 | <url>dav:${nexusproxy}${sitePath}</url> |
| 59 | </site> |
| 60 | </distributionManagement> |
| 61 | |
Pamela Dragosh | 7ef1ede | 2017-08-03 12:56:47 -0400 | [diff] [blame] | 62 | </project> |