aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-10 13:18:57 -0400
committerLusheng Ji <lji@research.att.com>2018-04-10 13:19:05 -0400
commitb5c71a4175248a0621064da949de0218ee6c2497 (patch)
tree35c542564616b2ccba93c3d6cce0464cd4958cc7 /pom.xml
parentb7a5fc5c51bdbcfc8e9c8f2d927c4a02539996c6 (diff)
Correct mvn group
Mvn group needs to reflect the repo/project path. Issue-ID: DCAEGEN2-206 Change-Id: I01776006903cb0fd2597f3dde5c790fbbd0531da Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b838b59..bd1efd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<version>1.2.0-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
- <groupId>org.onap.dcaegen2.platform</groupId>
+ <groupId>org.onap.dcaegen2.services</groupId>
<artifactId>heartbeat</artifactId>
<name>dcaegen2-services-heartbeat</name>
<version>2.0.0</version>