Merge "Hibernate db fix"
[portal.git] / ecomp-portal-widget-ms / pom.xml
index a16fc64..d8b3330 100644 (file)
@@ -6,30 +6,32 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>1.3.0</version>
+               <version>2.6.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>widget-ms-parent</artifactId>
        <packaging>pom</packaging>
 
-       <modules>
-               <module>common-widgets</module>
-               <!-- The widget-ms module uses Spring; it cannot name this parent. -->
-               <module>widget-ms</module>
-       </modules>
+        <modules>
+                <!-- Child modules do NOT name this parent. -->
+                <!-- Defined for build convenience only! -->
+                <!-- This POM names only ONAP projects -->      
+                <module>common-widgets</module>
+                <module>widget-ms</module>     
+        </modules>
 
-       <build>
-               <plugins>
-                       <!-- No deployment step for this project -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <version>2.8</version>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+     <build>
+        <plugins>
+               <!-- No deployment step for this project -->
+               <plugin>
+                       <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-deploy-plugin</artifactId>
+                       <version>2.8</version>
+                       <configuration>
+                               <skip>true</skip>
+                       </configuration>
+               </plugin>
+        </plugins>
+     </build>
 
 </project>