Fix groupid in pom files
Issue-ID: VNFSDK-178
Change-Id: I94ca42d55f3fbea011a0aea5fdd1c65107813b01
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index ebd0e7a..7917b59 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -18,14 +18,14 @@
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>
+ <groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vnf-sdk-function-test</artifactId>
- <name>vnf-sdk-function-test/vnf-sdk-function-test</name>
+ <name>vnfsdk Functional Tests</name>
<packaging>jar</packaging>
<build>