aboutsummaryrefslogtreecommitdiffstats
path: root/template-node
diff options
context:
space:
mode:
authorSamuel Kontris <samuel.kontris@pantheon.tech>2019-08-27 17:23:46 +0200
committerSamuel Kontris <samuel.kontris@pantheon.tech>2019-08-27 17:23:46 +0200
commitf396b85b5815ea0cdfeed96f999ed360e2a9ee9d (patch)
tree4cbc2aeea2d0f3b8d612fc7d18dba1b2a6f50f53 /template-node
parent7a37199ebccccd03bbea9b37df09ef610f89bb01 (diff)
Fix groupId in lighty.io artifacts
Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech> Change-Id: I77dd64ebda9b361eab7673e9da389aad810e23f6
Diffstat (limited to 'template-node')
-rwxr-xr-xtemplate-node/lighty/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template-node/lighty/pom.xml b/template-node/lighty/pom.xml
index cb55c57f..f9bc94d8 100755
--- a/template-node/lighty/pom.xml
+++ b/template-node/lighty/pom.xml
@@ -9,7 +9,7 @@
<relativePath/>
</parent>
- <groupId>org.onap.ccsdk.sli.northbound</groupId>
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>template-node-lighty</artifactId>
<version>0.6.0-SNAPSHOT</version>
<packaging>jar</packaging>