Update license; improve coverage; add docs dir
[portal.git] / ecomp-portal-FE-os / pom.xml
index 894d39d..6b91d37 100644 (file)
@@ -1,9 +1,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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>
-       <groupId>org.openecomp.portal</groupId>
+
+       <parent>
+               <groupId>org.onap.portal</groupId>
+               <artifactId>onap-portal-parent</artifactId>
+               <version>1.3.0-SNAPSHOT</version>
+       </parent>
+
        <artifactId>ecompportal-FE-os</artifactId>
-       <version>1.1.0</version>
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -43,7 +48,7 @@
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
-            </plugin>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-resources-plugin</artifactId>