Merge "Revise the notification service"
[portal/ric-dashboard.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9928ca0..de48cf5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
@@ -23,30 +23,33 @@ 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.3.RELEASE</version>
+               <version>2.1.6.RELEASE</version>
                <relativePath /> <!-- lookup parent from repository -->
        </parent>
-       <groupId>org.oranosc.ric.portal.dashboard</groupId>
+       <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.0-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>
-               <lmp.project.name>ORAN-OSC</lmp.project.name>
+               <lmp.project.name>O-RAN-SC</lmp.project.name>
                <lmp.inception.year>2019</lmp.inception.year>
                <lmp.license.name>apache_v2</lmp.license.name>
                <lmp.process.start.tag>========================LICENSE_START=================================</lmp.process.start.tag>
                <lmp.process.end.tag>========================LICENSE_END===================================</lmp.process.end.tag>
        </properties>
        <modules>
+               <module>a1-med-client</module>
+               <module>anr-xapp-client</module>
+               <module>app-mgr-client</module>
+               <module>e2-mgr-client</module>
                <module>webapp-frontend</module>
                <module>webapp-backend</module>
-               <module>xapp-mgr-client</module>
-               <module>e2-mgr-client</module>
        </modules>
        <build>
                <plugins>