diff options
author | JohnKeeney <john.keeney@est.tech> | 2024-10-11 18:11:58 +0100 |
---|---|---|
committer | John Keeney <john.keeney@est.tech> | 2024-10-17 09:27:24 +0000 |
commit | 3742b04bdc730490db9adb25567ebb96c9ccdb56 (patch) | |
tree | 5d29d62dc5d379a1946a91adee7c41c70c09a8d0 /a1-adapter/a1-adapter-api/model | |
parent | 84155776b45cb36a8abb21f26737dda97fb51fc5 (diff) |
Bug fix release - New Delhi - Roll versions & release notes - v1.7.1 -> v1.7.2
Issue-ID: CCSDK-4020
Change-Id: I7bdfd864b7744e075e7221af530d622092ad8866
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'a1-adapter/a1-adapter-api/model')
-rw-r--r-- | a1-adapter/a1-adapter-api/model/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/model/pom.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/a1-adapter/a1-adapter-api/model/README.md b/a1-adapter/a1-adapter-api/model/README.md index e369a068..062b24b3 100644 --- a/a1-adapter/a1-adapter-api/model/README.md +++ b/a1-adapter/a1-adapter-api/model/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/a1-adapter-api/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml index 0a479d7d..6e944d92 100644 --- a/a1-adapter/a1-adapter-api/model/pom.xml +++ b/a1-adapter/a1-adapter-api/model/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-model</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> |