summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-03-28 12:35:56 -0700
committerChris Donley <christopher.donley@huawei.com>2018-03-29 11:59:31 -0700
commite37c8a832c724b907ff9ee1dd2c3d1ee6067f511 (patch)
treec2ff0f7a55d05b23447f1a84ba312d0c6b9bde76 /vnf-sdk-function-test
parentd4a7658f72decfef05d15973d5cee13910eb47ae (diff)
Fix groupid in pom files
Issue-ID: VNFSDK-178 Change-Id: I94ca42d55f3fbea011a0aea5fdd1c65107813b01 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'vnf-sdk-function-test')
-rw-r--r--vnf-sdk-function-test/pom.xml4
1 files changed, 2 insertions, 2 deletions
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>