update references in policy/drools-pdp pom 95/136795/1
authorsaul.gill <saul.gill@est.tech>
Mon, 11 Dec 2023 14:45:22 +0000 (14:45 +0000)
committersaul.gill <saul.gill@est.tech>
Mon, 11 Dec 2023 14:45:22 +0000 (14:45 +0000)
updated references in the policy/drools-pdp pom

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

Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I2de28f32c82344dabfd4f68773c0f40da1eee191

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

index 0e62c2f..36ba1d5 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:3.1.0-SNAPSHOT
+FROM onap/policy-jdk-alpine:3.1.0
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index 652f511..cd08d6c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1.0</version>
         <relativePath />
     </parent>
 
@@ -51,8 +51,8 @@
         <json.path.version>2.8.0</json.path.version>
         <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>2.1.0-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.1.0-SNAPSHOT</policy.models.version>
+        <policy.common.version>2.1.0</policy.common.version>
+        <policy.models.version>3.1.0</policy.models.version>
     </properties>
 
     <modules>