diff options
author | 2025-03-12 13:34:41 +0000 | |
---|---|---|
committer | 2025-03-12 14:09:29 +0000 | |
commit | c2e5c3f3704eb59370cb4870c953e6bba45d2b09 (patch) | |
tree | f6275c76d98fe828589c2ed455a2521fc591430d | |
parent | 7eb1c59ddf1c84d7698369b1232f43e4f71f89aa (diff) |
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-5314
Change-Id: I3e8565a6d1b991809fc713b92ae3023a21f661ae
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | packages/policy-distribution-docker/src/main/docker/Dockerfile | 4 | ||||
-rw-r--r-- | pom.xml | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index d70bf721..d1a8b85a 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile # ============LICENSE_START======================================================= # Copyright (C) 2020-2021 AT&T Intellectual Property. 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. @@ -25,7 +25,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-distribution.tar.gz /packages/ RUN tar xvzf /packages/policy-distribution.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 SDC Service Distribution" @@ -3,7 +3,7 @@ ONAP Policy SDC Service Distribution ================================================================================ Copyright (C) 2018, 2020-2021 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2019, 2025 Nordix Foundation. Modifications Copyright (C) 2020 AT&T Inc. Modifications Copyright (C) 2021 Bell Canada. ================================================================================ @@ -18,6 +18,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========================================================= --> @@ -28,7 +30,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.1</version> <relativePath /> </parent> @@ -45,8 +47,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <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> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |