diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-03 08:46:31 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-03 08:46:31 -0400 |
commit | 8a71ae1abd086046b913fc4a645d5b691e51f018 (patch) | |
tree | 836c206dff4e725dee1c325dcafc0a257fe17845 /ccsdk-app-os | |
parent | c0d9bbcaa3a1b9d990f6658953523b177c488ad9 (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>
Diffstat (limited to 'ccsdk-app-os')
-rw-r--r-- | ccsdk-app-os/pom.xml | 8 |
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> |