aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramya <ramya.ravichandran5@wipro.com>2019-02-20 12:33:34 +0530
committerramya <ramya.ravichandran5@wipro.com>2019-02-20 12:36:16 +0530
commitb98052c7bd1924648b09b20cfa8893947222447a (patch)
tree72c5550ec0a7620442e2d04e7fa1c352ffbc4380
parent43467ecc6a1624b7fd695883c5c6c214782f6bcd (diff)
Son-handler microservice seed code
Update group-id for son-handler Change-Id: I02ca699e410bf35461e45a12577136a04862991c Issue-ID: DCAEGEN2-1219 Signed-off-by: Ramya Ravichandran<ramya.ravichandran5@wipro.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 52e2d4d..113be9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.dcaegen2.services</groupId>
+ <groupId>org.onap.dcaegen2.services.son-handler</groupId>
<artifactId>son-handler</artifactId>
<name>dcaegen2-services-son-handler</name>
<version>1.0.0-SNAPSHOT</version>