Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / pom.xml
index e738a12..9cf974f 100644 (file)
@@ -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,14 +25,10 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.0.1-SNAPSHOT</version>
+               <version>1.0.5-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-fe</artifactId>
        <name>RIC Dashboard Webapp frontend</name>
-       <properties>
-               <!-- No java here so skip javadoc -->
-               <maven.javadoc.skip>true</maven.javadoc.skip>
-       </properties>
        <build>
                <plugins>
                        <!-- do not deploy anything -->