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

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

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

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

index 3199bb5..ee315ed 100644 (file)
@@ -19,7 +19,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============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 bab2b95..394b6a5 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>
 
@@ -42,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <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>