update references in policy/drools-pdp pom 21/134321/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 25 Apr 2023 08:47:39 +0000 (09:47 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 25 Apr 2023 08:47:39 +0000 (09:47 +0100)
updated references in the policy/drools-pdp pom

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

Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: If152c369d5ebbadfd0a2f1cf550dc1854ab81025

packages/docker/src/main/docker/Dockerfile
pom.xml

index 5e12baf..60c5f5a 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:2.6.2-SNAPSHOT
+FROM onap/policy-jdk-alpine:2.6.2
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index 53ccfa5..d327e52 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.7.2-SNAPSHOT</version>
+        <version>3.7.2</version>
         <relativePath />
     </parent>
 
@@ -51,8 +51,8 @@
         <hibernate.core.version>5.4.28.Final</hibernate.core.version>
         <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>1.12.2-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.8.2-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.12.2</policy.common.version>
+        <policy.models.version>2.8.2</policy.models.version>
     </properties>
 
     <modules>