Upgrade to E2 spec of 2 May 2019
[portal/ric-dashboard.git] / webapp-frontend / pom.xml
index d386e5b..e738a12 100644 (file)
@@ -22,20 +22,24 @@ limitations under the License.
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        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>
-                <groupId>org.oranosc.ric.portal.dashboard</groupId>
-                <artifactId>ric-dash-parent</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
-        </parent>
+       <parent>
+               <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
+               <artifactId>ric-dash-parent</artifactId>
+               <version>1.0.1-SNAPSHOT</version>
+       </parent>
        <artifactId>ric-dash-fe</artifactId>
-        <name>RIC Dashboard Webapp frontend</name>
+       <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 -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <!--  spring sets the <version>2.8</version> -->
+                               <!-- spring sets the <version>2.8</version> -->
                                <configuration>
                                        <skip>true</skip>
                                </configuration>