update references in policy/distribution pom 45/137245/1
authorwaynedunican <wayne.dunican@est.tech>
Fri, 16 Feb 2024 16:29:21 +0000 (16:29 +0000)
committerwaynedunican <wayne.dunican@est.tech>
Fri, 16 Feb 2024 16:29:21 +0000 (16:29 +0000)
updated references in the policy/distribution pom

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

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

index 21962f6..6ba669b 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:3.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
diff --git a/pom.xml b/pom.xml
index 20aacf4..b49bb0a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.1-SNAPSHOT</version>
+        <version>4.1.1</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>2.1.1-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.1.1-SNAPSHOT</policy.models.version>
+        <policy.common.version>2.1.1</policy.common.version>
+        <policy.models.version>3.1.1</policy.models.version>
         <surefireArgLine>
             --add-opens java.base/java.lang=ALL-UNNAMED
         </surefireArgLine>