update references in policy/drools-pdp pom 38/136238/1
authorliamfallon <liam.fallon@est.tech>
Wed, 18 Oct 2023 11:19:40 +0000 (12:19 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 18 Oct 2023 11:19:40 +0000 (12:19 +0100)
updated references in the policy/drools-pdp pom

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

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

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

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