From 40fa4bb3394a6324f5cd412d6e8afa0093af7cd4 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 2 Sep 2022 12:59:55 +0100 Subject: update references in policy/distribution pom updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon Change-Id: I81f1071913388ff2cac6f7e94b60f08832ce7a3f --- packages/policy-distribution-docker/src/main/docker/Dockerfile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 4db1f21c..a76114c9 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -19,7 +19,7 @@ # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:2.4.3 +FROM onap/policy-jre-alpine:2.4.4 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index ff659762..696a7fa0 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 3.5.4-SNAPSHOT + 3.5.4 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 1.10.4-SNAPSHOT - 2.6.5-SNAPSHOT + 1.10.4 + 2.6.5 -- cgit 1.2.3-korg