From 9149409d8faee29b66a59308e2ce31f123590839 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 11 Mar 2025 16:39:07 +0000 Subject: [PATCH] Update snapshot and/or references of policy/common to latest snapshots policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5314 Change-Id: I30209f5d8cf326d59240afce2e565052c07a3282 Signed-off-by: waynedunican --- capabilities/pom.xml | 3 ++- common-parameters/pom.xml | 4 ++-- gson/pom.xml | 6 ++++-- message-bus/pom.xml | 8 +++++--- policy-endpoints/pom.xml | 2 +- pom.xml | 4 ++-- spring-utils/pom.xml | 8 +++++--- utils-test/pom.xml | 6 ++++-- utils/pom.xml | 6 ++++-- version.properties | 2 +- 10 files changed, 30 insertions(+), 19 deletions(-) diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 4584c782..1f26d0c3 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. + 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. @@ -25,7 +26,7 @@ org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT capabilities diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 78aa2132..4786aec1 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-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 @@ org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT common-parameters diff --git a/gson/pom.xml b/gson/pom.xml index 322c1616..ef921653 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019, 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2019, 2023-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 +16,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.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT gson Common Utilities diff --git a/message-bus/pom.xml b/message-bus/pom.xml index ecc0ab0f..cf043bb8 100644 --- a/message-bus/pom.xml +++ b/message-bus/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Common Modules ================================================================================ - Copyright (C) 2024 Nordix Foundation. + Copyright (C) 2024-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 +16,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.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT message-bus @@ -139,4 +141,4 @@ test - \ No newline at end of file + diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index d9e1e323..000ec1ce 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT policy-endpoints diff --git a/pom.xml b/pom.xml index 7a2fa815..2c75fd8e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ org.onap.policy.parent integration - 5.1.1 + 5.1.2-SNAPSHOT org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT pom diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index fb917149..ffb5512e 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -3,7 +3,7 @@ ONAP policy ================================================================================ Copyright (C) 2022 Bell Canada. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-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 +16,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 @@ org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT spring-utils @@ -59,4 +61,4 @@ - \ No newline at end of file + diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 8fd1448d..1bb537b9 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-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 +16,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========================================================= --> @@ -26,7 +28,7 @@ org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT utils-test diff --git a/utils/pom.xml b/utils/pom.xml index 49a388b3..a9126799 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2021, 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2021, 2023-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 +16,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========================================================= --> @@ -26,7 +28,7 @@ org.onap.policy.common common-modules - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT utils diff --git a/version.properties b/version.properties index 5142fa8a..d3faa021 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6