diff options
author | Samuel Kontris <samuel.kontris@pantheon.tech> | 2019-08-27 17:23:46 +0200 |
---|---|---|
committer | Samuel Kontris <samuel.kontris@pantheon.tech> | 2019-08-27 17:23:46 +0200 |
commit | f396b85b5815ea0cdfeed96f999ed360e2a9ee9d (patch) | |
tree | 4cbc2aeea2d0f3b8d612fc7d18dba1b2a6f50f53 /properties-node | |
parent | 7a37199ebccccd03bbea9b37df09ef610f89bb01 (diff) |
Fix groupId in lighty.io artifacts
Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
Change-Id: I77dd64ebda9b361eab7673e9da389aad810e23f6
Diffstat (limited to 'properties-node')
-rwxr-xr-x | properties-node/lighty/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/properties-node/lighty/pom.xml b/properties-node/lighty/pom.xml index 6778f3c2..4e0fdb30 100755 --- a/properties-node/lighty/pom.xml +++ b/properties-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>properties-node-lighty</artifactId> <version>0.6.0-SNAPSHOT</version> <packaging>jar</packaging> |