update references in policy/distribution pom 64/127364/1
authorliamfallon <liam.fallon@est.tech>
Mon, 28 Feb 2022 14:48:52 +0000 (14:48 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 28 Feb 2022 14:48:52 +0000 (14:48 +0000)
updated references in the policy/distribution pom

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

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

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

index 452b692..0c06dd3 100644 (file)
@@ -19,7 +19,7 @@
 # ============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 713c226..1f712ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.4.4-SNAPSHOT</version>
+        <version>3.4.4</version>
         <relativePath />
     </parent>
 
@@ -45,8 +45,8 @@
         <!-- Default Sonar configuration -->
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
 
-        <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>
     </properties>
 
     <modules>