Fix build failure 36/89136/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 3 Jun 2019 12:46:31 +0000 (08:46 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 3 Jun 2019 12:46:31 +0000 (08:46 -0400)
Fix build failure - problem seems to be that one pom's version
is wrong and that pom does not have a parent.

Change-Id: I7f33bf572ce9f4213279217ea892eab6807cf32a
Issue-ID: CCSDK-1378
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ccsdk-app-os/pom.xml

index e9c6480..d39021b 100644 (file)
@@ -2,16 +2,16 @@
 <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>
-       <!--  
+
        <parent>
                <groupId>org.onap.ccsdk.dashboard</groupId>
                <artifactId>ccsdk-app-parent</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
-       -->
+
        <groupId>org.onap.ccsdk.dashboard</groupId>
        <artifactId>ccsdk-app-os</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.2.0-SNAPSHOT</version>
        <packaging>war</packaging>
        <name>ONAP Operations Manager Dashboard app</name>
        <description>CCSDK Dashboard Web Application for external release</description>