diff options
Diffstat (limited to 'a1-adapter/features/installer')
-rw-r--r-- | a1-adapter/features/installer/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/features/installer/pom.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/a1-adapter/features/installer/README.md b/a1-adapter/features/installer/README.md index 1aecf161..588794dd 100644 --- a/a1-adapter/features/installer/README.md +++ b/a1-adapter/features/installer/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/a1-adapter/features/installer/pom.xml b/a1-adapter/features/installer/pom.xml index e79e2fac..5093f9dd 100644 --- a/a1-adapter/features/installer/pom.xml +++ b/a1-adapter/features/installer/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-northbound-installer</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> |