From 2189076c17b9c35ba3cb7f627bd6640169528320 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 15:48:48 +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-4854 Signed-off-by: liamfallon Change-Id: Ic8efda9e1e838b7ee079ba03c55c55b11b968efa --- 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 a14edb6..c1f01c8 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:3.0.1-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy GUI" diff --git a/pom.xml b/pom.xml index c8fe96b..504ec06 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 4.0.1-SNAPSHOT + 4.0.1 @@ -40,9 +40,9 @@ Code for all the Policy GUI's. - 3.0.1-SNAPSHOT - 2.0.1-SNAPSHOT - 3.0.1-SNAPSHOT + 3.0.1 + 2.0.1 + 3.0.1 ${project.basedir}/../../target/code-coverage/jacoco-ut.exec ${project.basedir}/target/code-coverage/lcov.info -- cgit 1.2.3-korg