Release K - Update release notes 43/13943/4
authorJohnKeeney <john.keeney@est.tech>
Thu, 19 Dec 2024 15:57:02 +0000 (15:57 +0000)
committerJohn Keeney <john.keeney@est.tech>
Mon, 13 Jan 2025 15:08:36 +0000 (15:08 +0000)
Issue-ID: NONRTRIC-1041
Change-Id: If48eda9359c9403b331e23a8955a17f18aeb5fda
Signed-off-by: JohnKeeney <john.keeney@est.tech>
.gitignore
docs/release-notes.rst
participants/docs/release-notes.rst
participants/pom.xml

index a44c9cd..ac4fcd6 100755 (executable)
@@ -3,6 +3,8 @@ target/
 !.mvn/wrapper/maven-wrapper.jar
 !**/src/main/**/target/
 !**/src/test/**/target/
+.tox
+docs/_build/
 
 ### STS ###
 .apt_generated
index 57f9bdf..8c50fa0 100755 (executable)
@@ -1,6 +1,6 @@
 .. 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.
+.. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
 
 =============
 Release-Notes
@@ -21,6 +21,8 @@ Version history rApp Manager
 +------------+----------+------------------+--------------------+
 | 2024-06-26 |  0.1.0   |  John Keeney     | J Release          |
 +------------+----------+------------------+--------------------+
+| 2024-12-19 |  0.2.0   |  John Keeney     | K Release          |
++------------+----------+------------------+--------------------+
 
 
 Release Data
@@ -64,4 +66,24 @@ J Release
 | **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-rappmanager:0.1.0          |
 |                             |       Lots of functional improvements             |
 |                             |                                                   |
++-----------------------------+---------------------------------------------------+
+
+J Release
+---------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          |  a17a11eecd5a71d64a1e960a62a89d6ed2c653b7         |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     |  K                                                |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            |  2024-12-19                                       |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-rappmanager:0.2.0          |
+|                             |       Lots of functional improvements             |
+|                             |                                                   |
 +-----------------------------+---------------------------------------------------+
\ No newline at end of file
index 7934c0e..e72596b 100644 (file)
@@ -21,6 +21,8 @@ Version history DME participant for rApp Manager
 +------------+----------+------------------+--------------------+
 | 2024-06-26 |  0.1.0   |  John Keeney     | J Release          |
 +------------+----------+------------------+--------------------+
+| 2024-12-19 |  0.2.0   |  John Keeney     | K Release          |
++------------+----------+------------------+--------------------+
 
 
 Release Data for DME participant for rApp Manager
@@ -64,4 +66,24 @@ J Release
 | **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-participant-impl-dme:0.1.0   |
 |                             |       Lots of functional Improvements               |
 |                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+
+K Release
+---------
++-----------------------------+-----------------------------------------------------+
+| **Project**                 | Non-RT RIC                                          |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Repo/commit-ID**          |  a17a11eecd5a71d64a1e960a62a89d6ed2c653b7           |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Release designation**     |  K                                                  |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Release date**            |  2024-12-19                                         |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-participant-impl-dme:0.2.0   |
+|                             |       Lots of functional Improvements               |
+|                             |                                                     |
 +-----------------------------+-----------------------------------------------------+
\ No newline at end of file
index 29c1217..253ba98 100755 (executable)
@@ -54,7 +54,7 @@
         <openapi.maven.version>7.3.0</openapi.maven.version>
         <docker-maven-plugin>0.45.0</docker-maven-plugin>
         <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
-        <onap.acm.models.version>8.0.1-SNAPSHOT</onap.acm.models.version> <!-- This should be updated with release version once available NONRTRIC-1035 -->
+        <onap.acm.models.version>8.0.1</onap.acm.models.version> 
         <openapi.jackson.databind.nullable.version>0.2.6</openapi.jackson.databind.nullable.version>
     </properties>
     <build>