Merge "Revise the notification service"
[portal/ric-dashboard.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c9b2878..de48cf5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,16 +23,17 @@ limitations under the License.
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
+               <!-- this group Id must match LF gerrit repository -->
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.1.4.RELEASE</version>
+               <version>2.1.6.RELEASE</version>
                <relativePath /> <!-- lookup parent from repository -->
        </parent>
        <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
        <artifactId>ric-dash-parent</artifactId>
        <name>RIC Dashboard project</name>
        <packaging>pom</packaging>
-       <version>1.0.2-SNAPSHOT</version>
+       <version>1.0.5-SNAPSHOT</version>
        <!-- Properties for the license-maven-plugin in child POMs -->
        <properties>
                <lmp.organization.name>AT&amp;T Intellectual Property and Nokia</lmp.organization.name>
@@ -45,8 +46,8 @@ limitations under the License.
        <modules>
                <module>a1-med-client</module>
                <module>anr-xapp-client</module>
+               <module>app-mgr-client</module>
                <module>e2-mgr-client</module>
-               <module>xapp-mgr-client</module>
                <module>webapp-frontend</module>
                <module>webapp-backend</module>
        </modules>