update parent references in policy/docker pom 39/140739/1 4.1.2
authorwaynedunican <wayne.dunican@est.tech>
Tue, 22 Apr 2025 13:27:04 +0000 (14:27 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 22 Apr 2025 13:37:08 +0000 (14:37 +0100)
updated the parent references in the policy/docker pom

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-5344
Change-Id: Ic9e3dd51d71aa7be1c0533c4c1f6197938ee7d5a
Signed-off-by: waynedunican <wayne.dunican@est.tech>
policy-db-migrator/src/main/docker/Dockerfile
pom.xml

index 0c18701..5191ba0 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------------
 # Dockerfile
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2021-2025 Nordix Foundation.
+#  Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:4.1.2-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.2
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 14c906c..3fdd3eb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson, Tieto. All rights reserved.
    Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
-   Modifications Copyright (C) 2021-2025 Nordix Foundation.
+   Modifications Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.2-SNAPSHOT</version>
+        <version>5.1.2</version>
         <relativePath />
     </parent>