update references in policy/api pom 65/130665/1
authorliamfallon <liam.fallon@est.tech>
Fri, 2 Sep 2022 11:59:49 +0000 (12:59 +0100)
committerliamfallon <liam.fallon@est.tech>
Fri, 2 Sep 2022 11:59:49 +0000 (12:59 +0100)
updated references in the policy/api pom

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

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

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

index ee315ed..b933ce9 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.4.3
+FROM onap/policy-jre-alpine:2.4.4
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index 7f23ca8..9c1e04e 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.4-SNAPSHOT</version>
+        <version>3.5.4</version>
         <relativePath />
     </parent>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>1.10.4-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.6.5-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.10.4</policy.common.version>
+        <policy.models.version>2.6.5</policy.models.version>
     </properties>
 
     <modules>