update references in policy/gui pom 74/137974/1
authorwaynedunican <wayne.dunican@est.tech>
Fri, 17 May 2024 09:25:21 +0000 (10:25 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Fri, 17 May 2024 09:25:21 +0000 (10:25 +0100)
updated references in the policy/gui pom

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

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

index ea0f3e5..51360a0 100644 (file)
@@ -18,7 +18,7 @@
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
 
-FROM onap/policy-jre-alpine:3.1.3-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.3
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy GUI"
diff --git a/pom.xml b/pom.xml
index e74103a..253624c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.4</version>
         <relativePath />
     </parent>
 
@@ -40,9 +40,9 @@
     <description>Code for all the Policy GUI's.</description>
 
     <properties>
-        <policy.apex-pdp.version>3.1.3-SNAPSHOT</policy.apex-pdp.version>
-        <policy.common.version>2.1.3-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.1.3-SNAPSHOT</policy.models.version>
+        <policy.apex-pdp.version>3.1.3</policy.apex-pdp.version>
+        <policy.common.version>2.1.3</policy.common.version>
+        <policy.models.version>3.1.3</policy.models.version>
         <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
         <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
     </properties>