diff options
author | 2025-03-11 14:22:18 +0000 | |
---|---|---|
committer | 2025-03-11 14:45:17 +0000 | |
commit | d6be2ca11160e066e0849adcb01c742d6700531d (patch) | |
tree | 6dab1aaae34b1ea5ed2111c0accde9008bad0120 | |
parent | 4501dd9781810f982b16193874a59449a889822f (diff) |
update parent references in policy/common pom
updated the parent references in the policy/common pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5314
Change-Id: I27e897a399379313da123928cf9bc06baa8702e3
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,7 +3,7 @@ ONAP policy ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019-2020, 2022-2024 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2022-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,6 +17,8 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= + + SPDX-License-Identifier: Apache-2.0 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -25,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.1</version> <relativePath /> </parent> |