Release dashboard image at version 2.1.0
[portal/ric-dashboard.git] / dashboard / pom.xml
index ed9148d..387f884 100644 (file)
@@ -23,17 +23,16 @@ 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.11.RELEASE</version>
+               <version>2.2.4.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>
+       <name>RIC Dashboard Project</name>
        <packaging>pom</packaging>
-       <version>2.0.1-SNAPSHOT</version>
+       <version>2.1.0-SNAPSHOT</version>
        <properties>
                <java.version>11</java.version>
                <!-- Properties for the license-maven-plugin in child POMs -->
@@ -45,9 +44,9 @@ limitations under the License.
                <lmp.process.end.tag>========================LICENSE_END===================================</lmp.process.end.tag>
        </properties>
        <modules>
-               <module>a1-med-client</module>
                <module>app-mgr-client</module>
                <module>e2-mgr-client</module>
+               <module>xapp-obrd-client</module>
                <module>webapp-frontend</module>
                <module>webapp-backend</module>
        </modules>