Update webapp front-end data models for XApp Mgr
[portal/ric-dashboard.git] / dashboard / webapp-frontend / pom.xml
index c10fe17..2ba2a1c 100644 (file)
@@ -25,10 +25,11 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>2.0.0-SNAPSHOT</version>
+               <version>2.0.2-SNAPSHOT</version>
        </parent>
+       <!-- reuse parent groupId -->
        <artifactId>ric-dash-fe</artifactId>
-       <name>RIC Dashboard Webapp frontend</name>
+       <name>RIC Dashboard Webapp Frontend</name>
        <build>
                <plugins>
                        <plugin>
@@ -50,8 +51,8 @@ limitations under the License.
                                <artifactId>frontend-maven-plugin</artifactId>
                                <version>1.3</version>
                                <configuration>
-                                       <nodeVersion>v10.15.3</nodeVersion>
-                                       <npmVersion>6.7.0</npmVersion>
+                                       <nodeVersion>v12.14.1</nodeVersion>
+                                       <npmVersion>6.13.4</npmVersion>
                                        <workingDirectory>.</workingDirectory>
                                </configuration>
                                <executions>