Rename group Id in pom to match git repo location

In order to prevent "Forbidden" failure when deploying to nexus

Issue-ID: SDC-2541
Signed-off-by: talig <talig@amdocs.com>
Change-Id: I70d803a41927016fd9130b83936f8dc2ccfea2c4
diff --git a/session-lib/pom.xml b/session-lib/pom.xml
index 04ced52..6318f54 100644
--- a/session-lib/pom.xml
+++ b/session-lib/pom.xml
@@ -24,8 +24,8 @@
     <artifactId>session-lib</artifactId>
     <name>session-lib</name>
     <parent>
-        <groupId>org.onap.sdc</groupId>
-        <artifactId>sdc-be-common</artifactId>
+        <groupId>org.onap.sdc.sdc-be-common</groupId>
+        <artifactId>sdc-be-common-parent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>