update references in policy/drools-pdp pom 27/139427/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 18 Nov 2024 16:31:38 +0000 (16:31 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 18 Nov 2024 16:31:38 +0000 (16:31 +0000)
updated references in the policy/drools-pdp pom

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

Issue-ID: POLICY-5166
Change-Id: I9cec4da0dc50530607fd6997f9dc7fa46d7d52af
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
packages/docker/src/main/docker/Dockerfile
pom.xml

index d263ba7..c5b6496 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:4.0.1-SNAPSHOT
+FROM onap/policy-jdk-alpine:4.0.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index bc18855..ab75daa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.0.1</version>
         <relativePath />
     </parent>
 
@@ -50,8 +50,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.0.1-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.0.1-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.0.1</policy.common.version>
+        <policy.models.version>4.0.1</policy.models.version>
     </properties>
 
     <modules>