update references in policy/drools-pdp pom 54/140754/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 07:19:35 +0000 (08:19 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 07:35:22 +0000 (08:35 +0100)
updated references in the policy/drools-pdp pom

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

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

index f6a9830..fe675f2 100644 (file)
@@ -2,7 +2,7 @@
 # Dockerfile
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
-#  Modifications Copyright (C) 2022-2025 Nordix Foundation.
+#  Modifications Copyright (C) 2022-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.
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:4.1.2-SNAPSHOT
+FROM onap/policy-jdk-alpine:4.1.2
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index d5da4ca..585aa78 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   ONAP Policy Engine - Drools PDP
   ================================================================================
   Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
-  Modifications Copyright (C) 2020, 2023-2025 Nordix Foundation.
+  Modifications Copyright (C) 2020, 2023-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.
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.1.2-SNAPSHOT</version>
+        <version>5.1.2</version>
         <relativePath />
     </parent>
 
@@ -52,8 +52,8 @@
         <!-- Project common dependency versions -->
         <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>3.1.2-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.1.2-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.1.2</policy.common.version>
+        <policy.models.version>4.1.2</policy.models.version>
     </properties>
 
     <modules>