update references in policy/api pom 63/142963/1
authorakenihan <adam.kenihan@est.tech>
Mon, 19 Jan 2026 15:04:34 +0000 (15:04 +0000)
committerakenihan <adam.kenihan@est.tech>
Mon, 19 Jan 2026 15:04:34 +0000 (15:04 +0000)
updated references in the policy/api pom

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

Issue-ID: POLICY-5529
Change-Id: I8379a3898a3e1e45bba8ee73948792b1863e5133
Signed-off-by: akenihan <adam.kenihan@est.tech>
packages/policy-api-docker/src/main/docker/Dockerfile
pom.xml

index f5a1128..95d2a27 100644 (file)
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-api.tar.gz /packages/
 RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:5.0.0-SNAPSHOT
+FROM onap/policy-jre-alpine:5.0.0
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy API"
diff --git a/pom.xml b/pom.xml
index 84e2b64..f1a90db 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.1</version>
         <relativePath />
     </parent>
 
@@ -44,8 +44,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>4.0.0-SNAPSHOT</policy.common.version>
-        <policy.models.version>5.0.0-SNAPSHOT</policy.models.version>
+        <policy.common.version>4.0.0</policy.common.version>
+        <policy.models.version>5.0.0</policy.models.version>
     </properties>
 
     <modules>