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>
diff --git a/pom.xml b/pom.xml
index 568abc1..f9a5f69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>