update references in policy/xacml-pdp pom 68/127368/1
authorliamfallon <liam.fallon@est.tech>
Mon, 28 Feb 2022 14:49:05 +0000 (14:49 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 28 Feb 2022 14:49:05 +0000 (14:49 +0000)
updated references in the policy/xacml-pdp pom

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

Issue-ID: POLICY-3958
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I7dcf0a1a9bce2e6ad32f5d3a1782e6b3456880ad

packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile
pom.xml

index e9e4753..aaee258 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.3.1
+FROM onap/policy-jre-alpine:2.3.2
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index 2786509..2ad88a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.4.4-SNAPSHOT</version>
+        <version>3.4.4</version>
         <relativePath />
     </parent>
 
@@ -41,8 +41,8 @@
     <description>This code implements the XACML PDP engine</description>
 
     <properties>
-        <policy.common.version>1.9.2-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.5.2-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.9.2</policy.common.version>
+        <policy.models.version>2.5.2</policy.models.version>
         <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
     </properties>