waynedunican | 5a87ef1 | 2023-04-14 16:25:18 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2023 Nordix Foundation. All rights reserved. |
| 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | SPDX-License-Identifier: Apache-2.0 |
| 15 | ============LICENSE_END========================================================= |
| 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | <parent> |
| 22 | <groupId>org.onap.policy.gui</groupId> |
| 23 | <artifactId>policy-gui</artifactId> |
saul.gill | f2fdce1 | 2024-04-26 11:19:41 +0100 | [diff] [blame^] | 24 | <version>3.1.3-SNAPSHOT</version> |
waynedunican | 5a87ef1 | 2023-04-14 16:25:18 +0100 | [diff] [blame] | 25 | </parent> |
| 26 | |
| 27 | <groupId>org.onap.policy.gui.gui-rutime</groupId> |
| 28 | <artifactId>runtime</artifactId> |
| 29 | <packaging>pom</packaging> |
| 30 | |
| 31 | <name>${project.artifactId}</name> |
| 32 | <description>Web Client editor for ACM</description> |
| 33 | |
| 34 | <modules> |
| 35 | <module>gui-acm</module> |
| 36 | </modules> |
| 37 | |
| 38 | </project> |