update references in policy/distribution pom 20/134320/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 25 Apr 2023 08:47:36 +0000 (09:47 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 25 Apr 2023 08:47:36 +0000 (09:47 +0100)
updated references in the policy/distribution pom

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

Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Id6f4c94d6ed44422528df4b4e89d4e8ccc95d39a

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

index acc38a1..7424e0c 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:2.6.2-SNAPSHOT
+FROM onap/policy-jre-alpine:2.6.2
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
diff --git a/pom.xml b/pom.xml
index 0988d8e..621f4b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.7.2-SNAPSHOT</version>
+        <version>3.7.2</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>1.12.2-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.8.2-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.12.2</policy.common.version>
+        <policy.models.version>2.8.2</policy.models.version>
     </properties>
 
     <modules>