update references in policy/distribution pom 23/141023/1
authorwaynedunican <wayne.dunican@est.tech>
Thu, 29 May 2025 14:35:44 +0000 (15:35 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Thu, 29 May 2025 14:35:44 +0000 (15:35 +0100)
updated references in the policy/distribution pom

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

Issue-ID: POLICY-5377
Change-Id: Id45e1fe6ed6dd1f739dd9a194fffa3405cde7190
Signed-off-by: waynedunican <wayne.dunican@est.tech>
packages/policy-distribution-docker/src/main/docker/Dockerfile
pom.xml

index 6eaf081..729c0cb 100644 (file)
@@ -25,7 +25,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-distribution.tar.gz /packages/
 RUN tar xvzf /packages/policy-distribution.tar.gz --directory /extracted/
 
-FROM onap/policy-jre-alpine:4.2.0-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.0
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
diff --git a/pom.xml b/pom.xml
index e0e9be3..f2b76d9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath />
     </parent>
 
@@ -47,8 +47,8 @@
         <!-- Default Sonar configuration -->
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
 
-        <policy.common.version>3.2.0-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.2.0-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.2.0</policy.common.version>
+        <policy.models.version>4.2.0</policy.models.version>
         <surefireArgLine>
             --add-opens java.base/java.lang=ALL-UNNAMED
         </surefireArgLine>