Release notes & Roll version after i-release 0.0.1 -> 0.0.2
[nonrtric/plt/rappmanager.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 079e4a5..9a5816f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,7 @@
 * O-RAN-SC
 * %%
 * Copyright (C) 2023 Nordix Foundation
+* Copyright (C) 2023 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.
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.1.5</version>
+        <version>3.2.0</version>
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappmanager</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC rAppmanager</name>
     <description>O-RAN SC rApp Management function.</description>
     <modules>
         <module>rapp-manager-models</module>
+        <module>rapp-manager-dme</module>
         <module>rapp-manager-acm</module>
         <module>rapp-manager-sme</module>
-        <module>rapp-manager-dme</module>
         <module>rapp-manager-application</module>
     </modules>
     <repositories>