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> |
liamfallon | 44a4535 | 2023-08-25 12:33:29 +0100 | [diff] [blame] | 24 | <version>3.0.1-SNAPSHOT</version> |
waynedunican | 5a87ef1 | 2023-04-14 16:25:18 +0100 | [diff] [blame] | 25 | <relativePath>../../pom.xml</relativePath> |
| 26 | </parent> |
| 27 | |
| 28 | <artifactId>gui-acm</artifactId> |
| 29 | |
| 30 | <properties> |
| 31 | <maven.compiler.source>11</maven.compiler.source> |
| 32 | <maven.compiler.target>11</maven.compiler.target> |
| 33 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 34 | </properties> |
| 35 | |
| 36 | </project> |