update references in policy/xacml-pdp pom 52/140752/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 07:19:40 +0000 (08:19 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 23 Apr 2025 07:34:20 +0000 (08:34 +0100)
updated references in the policy/xacml-pdp pom

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

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

index 62e5e6b..59553be 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.
@@ -25,7 +25,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-xacmlpdp.tar.gz /packages/
 RUN tar xvzf /packages/policy-xacmlpdp.tar.gz --directory /extracted/
 
-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 XACML PDP"
diff --git a/pom.xml b/pom.xml
index 8ca823b..8e1028a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   ONAP Policy Engine - XACML PDP
   ================================================================================
   Copyright (C) 2018-2021 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.
   Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (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>
 
@@ -43,8 +43,8 @@
     <description>This code implements the XACML PDP engine</description>
 
     <properties>
-        <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>
         <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
         <xacml.version>4.0.0</xacml.version>
     </properties>