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

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

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

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

index 4fa8699..dbc212b 100644 (file)
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
 COPY /maven/lib/policy-pap.tar.gz /packages/
 RUN tar xvzf /packages/policy-pap.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 PAP"
diff --git a/pom.xml b/pom.xml
index 5b7ead1..eee7f06 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.1</version>
         <relativePath />
     </parent>
 
@@ -41,8 +41,8 @@
     <description>Code that implements the Policy Administration Backend.</description>
 
     <properties>
-        <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>
     </properties>
 
     <modules>