update references in policy/distribution pom 17/128917/1
authorliamfallon <liam.fallon@est.tech>
Wed, 27 Apr 2022 19:55:43 +0000 (20:55 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 27 Apr 2022 19:55:43 +0000 (20:55 +0100)
updated references in the policy/distribution pom

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

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

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

index 80e45b5..4db1f21 100644 (file)
@@ -19,7 +19,7 @@
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
 
-FROM onap/policy-jre-alpine:2.4.2
+FROM onap/policy-jre-alpine:2.4.3
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index be51c9e..f05466f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.5.3-SNAPSHOT</version>
+        <version>3.5.3</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.10.3-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.6.3-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.10.3</policy.common.version>
+        <policy.models.version>2.6.3</policy.models.version>
     </properties>
 
     <modules>