Fix groupid in pom files

Issue-ID: VNFSDK-178

Change-Id: I94ca42d55f3fbea011a0aea5fdd1c65107813b01
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml
index 9134e80..c74ab40 100644
--- a/distribution/standalone/pom.xml
+++ b/distribution/standalone/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-    Copyright 2017 Huawei Technologies Co., Ltd.
+    Copyright 2017-2018 Huawei Technologies Co., Ltd.
    
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -16,14 +16,14 @@
  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.onap.vnf-sdk.function-test</groupId>
-        <artifactId>distribution</artifactId>
+        <groupId>org.onap.vnfsdk.functest</groupId>
+        <artifactId>vnfsdk-functest-distribution</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>standalone</artifactId>
-    <name>vnf-sdk-function-test/distribution/standalone</name>
+    <artifactId>vnfsdk-functest-distribution-standalone</artifactId>
+    <name>VNFSDK Function Test standalone</name>
     <packaging>pom</packaging>
 
     <properties>
@@ -101,7 +101,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.onap.vnf-sdk.function-test</groupId>
+                                    <groupId>org.onap.vnfsdk.functest</groupId>
                                     <artifactId>vnf-sdk-function-test</artifactId>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
@@ -120,7 +120,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.onap.vnf-sdk.function-test</groupId>
+                                    <groupId>org.onap.vnfsdk.functest</groupId>
                                     <artifactId>vnf-sdk-function-test</artifactId>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
@@ -168,7 +168,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.vnf-sdk.function-test</groupId>
+            <groupId>org.onap.vnfsdk.functest</groupId>
             <artifactId>vnf-sdk-function-test</artifactId>
             <version>${project.version}</version>
         </dependency>