diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-04-18 17:30:22 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-04-18 17:30:22 +0100 |
commit | 1579afa649c2e76cbdf39dcfd5b77a800cc17249 (patch) | |
tree | 40633b0f92f7b23130cc505419b05d547478191e /pom.xml | |
parent | 9d81a178a4a482727e3b104ba11b14c7f35eb39e (diff) |
Update groupid to match ONAP convention
groupid must contain the repository name
Change-Id: I33c40339fc24320968ada7355239c3100f6503d7
Issue-ID: AAI-1077
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ <groupId>com.att.ajsc</groupId> <version>2.0.0</version> </parent> - <groupId>org.onap.aai</groupId> + <groupId>org.onap.aai.babel</groupId> <artifactId>babel</artifactId> <version>1.2.0-SNAPSHOT</version> <name>aai-babel</name> |