diff options
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 4 |
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> |