diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-02-01 10:41:21 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-02-01 10:42:01 -0800 |
commit | b4abd08e3c99131de97daad221a83abb8193ba41 (patch) | |
tree | 0f977f47cc91318e3c195c6da205852387ee2c3b /distribution/standalone | |
parent | 7c45435da9630b4c094288000e35e4a8bd03542c (diff) |
Standardize POM Project Names
Change-Id: Id1c84eab14fe0ab29ddf33301e02477d2873f7d9
Issue-id: INT-119
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'distribution/standalone')
-rw-r--r-- | distribution/standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml index 77f02e0..12c0432 100644 --- a/distribution/standalone/pom.xml +++ b/distribution/standalone/pom.xml @@ -8,7 +8,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>standalone</artifactId> - <name>vnfsdk-functest-distribution-standalone</name> + <name>vnf-sdk-function-test/distribution/standalone</name> <packaging>pom</packaging> <properties> |