Add column sorting on ANR page
[portal/ric-dashboard.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a6d0af7..4e6feaf 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
 %%
@@ -25,27 +25,30 @@ limitations under the License.
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.1.3.RELEASE</version>
+               <version>2.1.4.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.4-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>e2-mgr-client</module>
+               <module>xapp-mgr-client</module>
                <module>webapp-frontend</module>
                <module>webapp-backend</module>
-               <module>xapp-mgr-client</module>
        </modules>
        <build>
                <plugins>