update references in policy/pap pom 86/142186/1
authorwaynedunican <wayne.dunican@est.tech>
Wed, 1 Oct 2025 11:39:10 +0000 (12:39 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Wed, 1 Oct 2025 11:39:14 +0000 (12:39 +0100)
updated references in the policy/pap pom

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

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

index a083763..b7b4d90 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:4.2.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy PAP"
diff --git a/pom.xml b/pom.xml
index 2cdedcb..2f9e5df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>5.2.1-SNAPSHOT</version>
+        <version>5.2.1</version>
         <relativePath />
     </parent>
 
@@ -43,8 +43,8 @@
     <description>Code that implements the Policy Administration Backend.</description>
 
     <properties>
-        <policy.common.version>3.2.1-SNAPSHOT</policy.common.version>
-        <policy.models.version>4.2.1-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.2.1</policy.common.version>
+        <policy.models.version>4.2.1</policy.models.version>
     </properties>
 
     <modules>