summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-03 08:46:31 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-03 08:46:31 -0400
commit8a71ae1abd086046b913fc4a645d5b691e51f018 (patch)
tree836c206dff4e725dee1c325dcafc0a257fe17845
parentc0d9bbcaa3a1b9d990f6658953523b177c488ad9 (diff)
Fix build failure
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>
-rw-r--r--ccsdk-app-os/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ccsdk-app-os/pom.xml b/ccsdk-app-os/pom.xml
index e9c6480..d39021b 100644
--- a/ccsdk-app-os/pom.xml
+++ b/ccsdk-app-os/pom.xml
@@ -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>