diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-28 10:43:35 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-28 10:43:35 -0500 |
commit | de26ce8cdf4a64e690e7409319c6d738e8666135 (patch) | |
tree | a1ce845041fa9fb86ef39cc2e4fc309d203f04b6 /sliapi/springboot | |
parent | c1c724e3d3db47b40db0a98670a2caa5ee2b2a9f (diff) |
Adding missing parent relativePath and name tag
Change-Id: Id093df2ca432b91f7003196bdeceb928caf60010
Issue-ID: CCSDK-2128
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sliapi/springboot')
-rw-r--r-- | sliapi/springboot/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sliapi/springboot/pom.xml b/sliapi/springboot/pom.xml index d7962c57..6b182db3 100644 --- a/sliapi/springboot/pom.xml +++ b/sliapi/springboot/pom.xml @@ -6,6 +6,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.2-SNAPSHOT</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> @@ -13,7 +14,7 @@ <version>0.7.1-SNAPSHOT</version> <packaging>jar</packaging> - <name>sliapi-springboot</name> + <name>ccsdk-sli-core :: sliapi :: ${project.artifactId}</name> <dependencies> <dependency> |