diff options
author | 2025-03-12 13:34:46 +0000 | |
---|---|---|
committer | 2025-03-12 14:27:24 +0000 | |
commit | 3fd89b71ef6867aa9a01891ee97af67d25528096 (patch) | |
tree | 31d54d18e8dd94af74da67048471b9cfd69d330b | |
parent | d28dffc27425315bf0162029792c9b97d8349e31 (diff) |
update references in policy/pap pom
updated references in the policy/pap pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5314
Change-Id: Idabd2aeb6dabe8b3b858ec911eb9f5de159ff3c2
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | packages/policy-pap-docker/src/main/docker/Dockerfile | 4 | ||||
-rw-r--r-- | pom.xml | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile index 7cd12407..c4488e74 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-docker/src/main/docker/Dockerfile @@ -3,7 +3,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. -# Modifications Copyright (C) 2022-2023 Nordix Foundation. +# Modifications Copyright (C) 2022-2025 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-pap.tar.gz /packages/ RUN tar xvzf /packages/policy-pap.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" @@ -3,7 +3,7 @@ ONAP Policy PAP ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019, 2021, 2023 Nordix Foundation. + Copyright (C) 2019, 2021, 2023-2025 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -27,7 +29,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.1</version> <relativePath /> </parent> @@ -41,8 +43,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>3.1.1-SNAPSHOT</policy.common.version> - <policy.models.version>4.1.1-SNAPSHOT</policy.models.version> + <policy.common.version>3.1.1</policy.common.version> + <policy.models.version>4.1.1</policy.models.version> </properties> <modules> |