From 7181d14f6e5fd705014f0baed82611e7e915785c Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 13 Mar 2025 07:37:01 +0000 Subject: [PATCH] Update snapshot and/or references of policy/pap to latest snapshots policy/pap updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5314 Change-Id: I814a5ab22e1d5a707910d6606c2bd8bbe4ed567c Signed-off-by: waynedunican --- main/pom.xml | 2 +- packages/policy-pap-docker/pom.xml | 4 ++-- packages/policy-pap-docker/src/main/docker/Dockerfile | 2 +- packages/policy-pap-tarball/pom.xml | 6 +++--- packages/pom.xml | 4 ++-- pom.xml | 8 ++++---- testsuites/performance/pom.xml | 7 +++++-- testsuites/pom.xml | 5 ++++- testsuites/stability/pom.xml | 7 +++++-- version.properties | 2 +- 10 files changed, 28 insertions(+), 19 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index ba101339..5a4cf4c7 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.pap policy-pap - 4.1.1-SNAPSHOT + 4.1.2-SNAPSHOT pap-main diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index d4b3ebf0..1e3a93b9 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -1,6 +1,6 @@ org.onap.policy.pap pap-testsuites - 4.1.1-SNAPSHOT + 4.1.2-SNAPSHOT pap-performance @@ -50,4 +53,4 @@ - \ No newline at end of file + diff --git a/testsuites/pom.xml b/testsuites/pom.xml index b760ad5a..b5610852 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 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. @@ -16,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========================================================= --> org.onap.policy.pap policy-pap - 4.1.1-SNAPSHOT + 4.1.2-SNAPSHOT pap-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 8a33262f..aa2f2b57 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 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. @@ -16,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========================================================= --> @@ -23,7 +26,7 @@ org.onap.policy.pap pap-testsuites - 4.1.1-SNAPSHOT + 4.1.2-SNAPSHOT pap-stability @@ -48,4 +51,4 @@ - \ No newline at end of file + diff --git a/version.properties b/version.properties index c01968bb..dd2ef931 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6