update references in policy/gui pom 70/128970/1
authorliamfallon <liam.fallon@est.tech>
Thu, 28 Apr 2022 15:00:58 +0000 (16:00 +0100)
committerliamfallon <liam.fallon@est.tech>
Thu, 28 Apr 2022 15:00:58 +0000 (16:00 +0100)
updated references in the policy/gui pom

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

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

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

index 60a5818..d3ad690 100644 (file)
@@ -18,7 +18,7 @@
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
 
-FROM onap/policy-jre-alpine:2.4.2
+FROM onap/policy-jre-alpine:2.4.3
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index c4fb41b..5f5f2e1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.5.3-SNAPSHOT</version>
+        <version>3.5.3</version>
         <relativePath />
     </parent>
 
@@ -40,9 +40,9 @@
     <description>Code for all the Policy GUI's.</description>
 
     <properties>
-        <policy.apex-pdp.version>2.7.3-SNAPSHOT</policy.apex-pdp.version>
-        <policy.common.version>1.10.3-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.6.3-SNAPSHOT</policy.models.version>
+        <policy.apex-pdp.version>2.7.3</policy.apex-pdp.version>
+        <policy.common.version>1.10.3</policy.common.version>
+        <policy.models.version>2.6.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>