diff options
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> |