From 1f47753355dfd706899ce25cc321196b5f43d8aa Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 23 Feb 2021 15:45:34 +0000 Subject: Point to released version of docker, parent, common and models Change-Id: I17e2e093421733fc94a3de8f5946b867b3b73ba9 Issue-ID: POLICY-3088 Signed-off-by: a.sreekumar --- packages/apex-pdp-docker/src/main/docker/Dockerfile | 3 ++- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/apex-pdp-docker/src/main/docker/Dockerfile b/packages/apex-pdp-docker/src/main/docker/Dockerfile index b194d78b2..770b3377b 100644 --- a/packages/apex-pdp-docker/src/main/docker/Dockerfile +++ b/packages/apex-pdp-docker/src/main/docker/Dockerfile @@ -2,6 +2,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2020 Nordix Foundation. # Modification Copyright (C) 2020 AT&T Foundation. +# Modifications Copyright (C) 2021 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +23,7 @@ # # Docker file to build an image that runs APEX on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.2.0 +FROM onap/policy-jre-alpine:2.2.1 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index 25aa13937..3d23f58a0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2020-2021 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.3.0-SNAPSHOT + 3.3.0 @@ -45,8 +45,8 @@ 1.4 2.3.0 5.3.7.Final - 1.8.0-SNAPSHOT - 2.4.0-SNAPSHOT + 1.8.0 + 2.4.0 4.1.5.Final 20041127.091804 2.8.0 -- cgit 1.2.3-korg