From 83b0fdb95e5481c53352be72ac8b6b0ba75002d3 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 15 Dec 2022 16:20:02 +0000 Subject: [PATCH] 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-4484 Signed-off-by: liamfallon Change-Id: I60842086de072c55410ffe9636a76df2059c52bc --- 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 0eb7b45..4845a50 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.6.0-SNAPSHOT +FROM onap/policy-jre-alpine:2.6.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy GUI" diff --git a/pom.xml b/pom.xml index 3d13dcc..76d8781 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 3.7.0-SNAPSHOT + 3.7.0 @@ -40,9 +40,9 @@ Code for all the Policy GUI's. - 2.9.0-SNAPSHOT - 1.12.0-SNAPSHOT - 2.8.0-SNAPSHOT + 2.9.0 + 1.12.0 + 2.8.0 ${project.basedir}/../../target/code-coverage/jacoco-ut.exec ${project.basedir}/target/code-coverage/lcov.info -- 2.16.6