update references in policy/gui pom 66/127366/1
authorliamfallon <liam.fallon@est.tech>
Mon, 28 Feb 2022 14:48:59 +0000 (14:48 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 28 Feb 2022 14:48:59 +0000 (14:48 +0000)
updated references in the policy/gui pom

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

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

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

index d1af499..06c6591 100644 (file)
@@ -18,7 +18,7 @@
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
 
-FROM onap/policy-jre-alpine:2.3.1
+FROM onap/policy-jre-alpine:2.3.2
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index 480c954..b32bf43 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.4.4-SNAPSHOT</version>
+        <version>3.4.4</version>
         <relativePath />
     </parent>
 
@@ -40,8 +40,8 @@
     <description>Code for all the Policy GUI's.</description>
 
     <properties>
-        <policy.common.version>1.9.2-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.5.2-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.9.2</policy.common.version>
+        <policy.models.version>2.5.2</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>