summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-03-02 18:52:01 -0500
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-03-02 18:52:01 -0500
commit1f05eb812249c6d4320a7ebc09658ed4866d53bc (patch)
treea00060a6d91e55c03e2763a0287762bb1a921f2d
parent5c8bb0075a6b689e0213ced79d3c1b3a59c8d5ed (diff)
Wrong groupId
Set groupId to correct value (org.onap.ccsdk.distribution) to avoid inheriting wrong value from parent. Change-Id: Ic45596c810db12cee75268f21e7e2751fc7e3475 Issue-ID: CCSDK-179 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r--odlsli/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml
index a16ae840..ddbc564b 100644
--- a/odlsli/pom.xml
+++ b/odlsli/pom.xml
@@ -10,6 +10,7 @@
<relativePath />
</parent>
+ <groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>distribution-odlsli</artifactId>
<version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging>