Fix group id

Some groupIds are incorrect (com.onap instead of org.onap), causing
deploy to fail.

Change-Id: I9c103e99835448f063aa2b5c14345b8497786f6d
Issue-ID: SDNC-445
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>

Former-commit-id: 5672dc219e0f5a60f43040f3aede73cb15764ebd
diff --git a/configbackuprestore/vnfconfigreportsservice/pom.xml b/configbackuprestore/vnfconfigreportsservice/pom.xml
index 22ed28f..49d4d32 100644
--- a/configbackuprestore/vnfconfigreportsservice/pom.xml
+++ b/configbackuprestore/vnfconfigreportsservice/pom.xml
@@ -9,7 +9,7 @@
 		<artifactId>configbackuprestore</artifactId>
 		<version>1.4.0-SNAPSHOT</version>
 	</parent>
-	<groupId>com.onap.sdnc.oam.vnfbackup</groupId>
+	<groupId>org.onap.sdnc.oam.vnfbackup</groupId>
 	<artifactId>vnfconfigreportsservice</artifactId>
 	<version>1.4.0-SNAPSHOT</version>
 	<name>sdnc-oam :: vnfbackup :: vnfconfigreportservice</name>