Portal pom version upgrade to 3.5.0
[portal.git] / ecomp-portal-widget-ms / common-widgets / pom.xml
index 6a6d54b..df214f5 100644 (file)
@@ -1,10 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>
+               <modelVersion>4.0.0</modelVersion>
+
+        <parent>
+                <groupId>org.onap.portal</groupId>
+                <artifactId>widget-ms-parent</artifactId>
+                               <version>3.5.0</version>
+        </parent>
+
        <artifactId>common-widgets</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <properties>
@@ -71,9 +76,6 @@
                                         <skip>true</skip>
                                 </configuration>
                         </plugin>
-
                </plugins>
-
        </build>
-
 </project>