diff options
author | 2025-03-11 16:39:07 +0000 | |
---|---|---|
committer | 2025-03-12 08:24:51 +0000 | |
commit | 9149409d8faee29b66a59308e2ce31f123590839 (patch) | |
tree | 309de885f283b0ed3c27d649f7ba3be18c8857c6 /gson | |
parent | 03311e9e2e7dccecd678d7d7693447266e539b1b (diff) |
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 <wayne.dunican@est.tech>
Diffstat (limited to 'gson')
-rw-r--r-- | gson/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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========================================================= --> <project @@ -27,7 +29,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>gson</artifactId> <description>Common Utilities</description> |