Set all cross references of policy/gui 07/138007/1 master
authorsaul.gill <saul.gill@est.tech>
Mon, 20 May 2024 11:04:24 +0000 (12:04 +0100)
committersaul.gill <saul.gill@est.tech>
Mon, 20 May 2024 11:04:24 +0000 (12:04 +0100)
policy/gui updated with correct cross references

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

Issue-ID: POLICY-4999
Change-Id: Ieb888c8d83ec70dbfd25221d04c12eaf72a889e2
Signed-off-by: saul.gill <saul.gill@est.tech>
packages/policy-gui-docker/src/main/docker/Dockerfile
pom.xml

index dd636e0..9ddfd75 100644 (file)
@@ -18,7 +18,7 @@
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
 
-FROM onap/policy-jre-alpine:3.1.4-SNAPSHOT
+FROM onap/policy-jre-alpine:4.0.0-SNAPSHOT
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy GUI"
diff --git a/pom.xml b/pom.xml
index cd387c7..f09f543 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.5-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
@@ -40,9 +40,9 @@
     <description>Code for all the Policy GUI's.</description>
 
     <properties>
-        <policy.apex-pdp.version>3.1.4-SNAPSHOT</policy.apex-pdp.version>
-        <policy.common.version>2.1.4-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.1.4-SNAPSHOT</policy.models.version>
+        <policy.apex-pdp.version>4.0.0-SNAPSHOT</policy.apex-pdp.version>
+        <policy.common.version>3.0.0-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.0.0-SNAPSHOT</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>