From a6b6c735ce716e532f2f7a9a6c5e2dcb8d307592 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 15 Dec 2023 14:38:01 +0000 Subject: [PATCH] Release notes & Roll version after i-release 0.0.1 -> 0.1.0 Change-Id: I67905f30ca26a59532bc19bd96126ac9fe0c47b9 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/release-notes.rst | 11 ++++---- participants/docs/index.rst | 1 + participants/docs/release-notes.rst | 45 +++++++++++++++++++++++++++++++ participants/participant-impl-dme/pom.xml | 2 +- participants/pom.xml | 2 +- pom.xml | 2 +- rapp-manager-acm/pom.xml | 2 +- rapp-manager-application/pom.xml | 2 +- rapp-manager-dme/pom.xml | 2 +- rapp-manager-models/pom.xml | 2 +- rapp-manager-sme/pom.xml | 2 +- 11 files changed, 60 insertions(+), 13 deletions(-) create mode 100644 participants/docs/release-notes.rst diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5843aff..ee48cc7 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -17,7 +17,7 @@ Version history rApp Manager | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +------------+----------+------------------+--------------------+ -| | | | | +| 2023-12-15 | 0.0.1 | John Keeney | I Release | +------------+----------+------------------+--------------------+ @@ -30,15 +30,16 @@ I Release | **Project** | Non-RT RIC | | | | +-----------------------------+---------------------------------------------------+ -| **Repo/commit-ID** | | +| **Repo/commit-ID** | 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84 | | | | +-----------------------------+---------------------------------------------------+ -| **Release designation** | | +| **Release designation** | I | | | | +-----------------------------+---------------------------------------------------+ -| **Release date** | | +| **Release date** | 2023-12-15 | | | | +-----------------------------+---------------------------------------------------+ -| **Purpose of the delivery** | | +| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-rappmanager:0.0.1 | +| | First release | | | | +-----------------------------+---------------------------------------------------+ \ No newline at end of file diff --git a/participants/docs/index.rst b/participants/docs/index.rst index 1a958ad..13ff582 100755 --- a/participants/docs/index.rst +++ b/participants/docs/index.rst @@ -12,3 +12,4 @@ Non-RT RIC DME Participant ./overview.rst ./developer-guide.rst ./installation-guide.rst + ./release-notes.rst \ No newline at end of file diff --git a/participants/docs/release-notes.rst b/participants/docs/release-notes.rst new file mode 100644 index 0000000..84b3213 --- /dev/null +++ b/participants/docs/release-notes.rst @@ -0,0 +1,45 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. + +============= +Release-Notes +============= + + +This document provides the release notes for the release of Participants for the Non-RT RIC rApp Manager. + + +Version history DME participant for rApp Manager +================================================ + ++------------+----------+------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------------+--------------------+ +| 2023-12-15 | 0.0.1 | John Keeney | I Release | ++------------+----------+------------------+--------------------+ + + +Release Data for DME participant for rApp Manager +================================================= + +I Release +--------- ++-----------------------------+-----------------------------------------------------+ +| **Project** | Non-RT RIC | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Repo/commit-ID** | 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release designation** | I | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release date** | 2023-12-15 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-participant-impl-dme:0.0.1 | +| | First release | +| | | ++-----------------------------+-----------------------------------------------------+ \ No newline at end of file diff --git a/participants/participant-impl-dme/pom.xml b/participants/participant-impl-dme/pom.xml index aac5fa5..b17e363 100755 --- a/participants/participant-impl-dme/pom.xml +++ b/participants/participant-impl-dme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt participants - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.participants diff --git a/participants/pom.xml b/participants/pom.xml index f633243..f09e806 100755 --- a/participants/pom.xml +++ b/participants/pom.xml @@ -30,7 +30,7 @@ org.o-ran-sc.nonrtric.plt participants - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT pom NONRTRIC ACM Participants O-RAN SC ACM Participants. diff --git a/pom.xml b/pom.xml index 34521ba..eb5a36a 100755 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT pom NONRTRIC rAppmanager O-RAN SC rApp Management function. diff --git a/rapp-manager-acm/pom.xml b/rapp-manager-acm/pom.xml index 8cb14c4..f23d691 100755 --- a/rapp-manager-acm/pom.xml +++ b/rapp-manager-acm/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-application/pom.xml b/rapp-manager-application/pom.xml index 5bd7dd1..5d32df5 100755 --- a/rapp-manager-application/pom.xml +++ b/rapp-manager-application/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-dme/pom.xml b/rapp-manager-dme/pom.xml index 097b21f..9a8a0af 100755 --- a/rapp-manager-dme/pom.xml +++ b/rapp-manager-dme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-models/pom.xml b/rapp-manager-models/pom.xml index 9586c73..bc5c010 100755 --- a/rapp-manager-models/pom.xml +++ b/rapp-manager-models/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-sme/pom.xml b/rapp-manager-sme/pom.xml index 7106857..8463777 100755 --- a/rapp-manager-sme/pom.xml +++ b/rapp-manager-sme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager -- 2.16.6