update references in policy/distribution pom 37/136237/1
authorliamfallon <liam.fallon@est.tech>
Wed, 18 Oct 2023 11:19:37 +0000 (12:19 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 18 Oct 2023 11:19:37 +0000 (12:19 +0100)
updated references in the policy/distribution pom

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

Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ib285285d024a680669e56d711911a8fe9205fbc6

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

index f6ba62e..c7cb2f5 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.0.1-SNAPSHOT
+FROM onap/policy-jre-alpine:3.0.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy SDC Service Distribution"
diff --git a/pom.xml b/pom.xml
index de7c27c..66cd066 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.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.0.1-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.0.1-SNAPSHOT</policy.models.version>
+        <policy.common.version>2.0.1</policy.common.version>
+        <policy.models.version>3.0.1</policy.models.version>
         <surefireArgLine>
             --add-opens java.base/java.lang=ALL-UNNAMED
         </surefireArgLine>