aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-09-18 10:05:39 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-09-18 10:05:39 -0400
commit71f561eb81dfa6c777cc296693cd8f69cb58b8b0 (patch)
tree275373f114543ec5f1d464fd12bb2dcd4e980cbc /cds-ui
parent4213158c24fe2bd28bad458e05fccf127a1f0135 (diff)
Ensure json-smart is in right scope
Adding json-smart:2.3 as dependencies to avoid Junit Failure Issue-ID: CCSDK-1740 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6a01d344735ded414d9b42b14221cdb447882528
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/application/pom.xml2
-rw-r--r--cds-ui/client/pom.xml4
-rw-r--r--cds-ui/pom.xml4
-rw-r--r--cds-ui/server/pom.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml
index de8827f4a..358de718e 100644
--- a/cds-ui/application/pom.xml
+++ b/cds-ui/application/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>cds-ui-application</name>
+ <name>CDS UI Application</name>
<properties>
<image.name>onap/ccsdk-cds-ui</image.name>
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml
index 4217ac5c9..abf5afff6 100644
--- a/cds-ui/client/pom.xml
+++ b/cds-ui/client/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!--
============LICENSE_START==========================================
===================================================================
Copyright (C) 2018 IBM Intellectual Property. All rights reserved.
@@ -32,7 +32,7 @@ limitations under the License.
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>cds-ui-client</name>
+ <name>CDS UI Client</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml
index 34a72bdf5..56ced8978 100644
--- a/cds-ui/pom.xml
+++ b/cds-ui/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.onap.ccsdk.cds</groupId>
@@ -33,7 +33,7 @@ limitations under the License.
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>cds-ui-parent</name>
+ <name>CDS UI Parent</name>
<description>Creates Controller Design Studio UI Docker container</description>
<modules>
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml
index dedf129ab..4c37667a9 100644
--- a/cds-ui/server/pom.xml
+++ b/cds-ui/server/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>cds-ui-server</name>
+ <name>CDS UI Server</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>