diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-10 13:18:57 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-10 13:19:05 -0400 |
commit | b5c71a4175248a0621064da949de0218ee6c2497 (patch) | |
tree | 35c542564616b2ccba93c3d6cce0464cd4958cc7 | |
parent | b7a5fc5c51bdbcfc8e9c8f2d927c4a02539996c6 (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>
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..cb24fc5 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=dcaegen2/services/heartbeat.git @@ -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> |