Release notes & Roll version after i-release 0.0.1 -> 0.1.0 23/12323/2
authorJohnKeeney <john.keeney@est.tech>
Fri, 15 Dec 2023 14:38:01 +0000 (14:38 +0000)
committerJohn Keeney <John.Keeney@est.tech>
Fri, 15 Dec 2023 16:59:59 +0000 (16:59 +0000)
Change-Id: I67905f30ca26a59532bc19bd96126ac9fe0c47b9
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: NONRTRIC-958

docs/release-notes.rst
participants/docs/index.rst
participants/docs/release-notes.rst [new file with mode: 0644]
participants/participant-impl-dme/pom.xml
participants/pom.xml
pom.xml
rapp-manager-acm/pom.xml
rapp-manager-application/pom.xml
rapp-manager-dme/pom.xml
rapp-manager-models/pom.xml
rapp-manager-sme/pom.xml

index 5843aff..ee48cc7 100755 (executable)
@@ -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
index 1a958ad..13ff582 100755 (executable)
@@ -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 (file)
index 0000000..84b3213
--- /dev/null
@@ -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
index aac5fa5..b17e363 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>participants</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.participants</groupId>
index f633243..f09e806 100755 (executable)
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>participants</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC ACM Participants</name>
     <description>O-RAN SC ACM Participants.</description>
diff --git a/pom.xml b/pom.xml
index 34521ba..eb5a36a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappmanager</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC rAppmanager</name>
     <description>O-RAN SC rApp Management function.</description>
index 8cb14c4..f23d691 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 5bd7dd1..5d32df5 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 097b21f..9a8a0af 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 9586c73..bc5c010 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 7106857..8463777 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>