From 5060673cffaeb6285aa5c9c185938f19286e36bf Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Apr 2022 21:35:22 +0100 Subject: update references in policy/gui pom updated references in the policy/gui pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon Change-Id: Iefc7babde8593c04f670b5937c37d72562eba38e --- packages/policy-gui-docker/src/main/docker/Dockerfile | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/policy-gui-docker/src/main/docker/Dockerfile b/packages/policy-gui-docker/src/main/docker/Dockerfile index 43584cf..60a5818 100644 --- a/packages/policy-gui-docker/src/main/docker/Dockerfile +++ b/packages/policy-gui-docker/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:2.4.1 +FROM onap/policy-jre-alpine:2.4.2 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index af9047d..bc6a923 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 3.5.2-SNAPSHOT + 3.5.2 @@ -40,9 +40,9 @@ Code for all the Policy GUI's. - 2.7.2-SNAPSHOT - 1.10.2-SNAPSHOT - 2.6.2-SNAPSHOT + 2.7.2 + 1.10.2 + 2.6.2 ${project.basedir}/../../target/code-coverage/jacoco-ut.exec ${project.basedir}/target/code-coverage/lcov.info -- cgit 1.2.3-korg