update references in policy/distribution pom 41/138441/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Fri, 12 Jul 2024 11:00:47 +0000 (11:00 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Fri, 12 Jul 2024 11:00:47 +0000 (11:00 +0000)
updated references in the policy/distribution pom

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

Issue-ID: POLICY-5072
Change-Id: I0f585745b3950d3f5ef27d3b0a3c1cda37fda77e
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
packages/policy-distribution-docker/src/main/docker/Dockerfile
pom.xml

index 3bddef3..e5fa692 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.0.0-SNAPSHOT
+FROM onap/policy-jre-alpine:4.0.0
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
diff --git a/pom.xml b/pom.xml
index 0b4486e..82e1a7a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</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>3.0.0-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.0.0-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.0.0</policy.common.version>
+        <policy.models.version>4.0.0</policy.models.version>
         <surefireArgLine>
             --add-opens java.base/java.lang=ALL-UNNAMED
         </surefireArgLine>