diff options
author | 2017-02-03 10:14:12 +0800 | |
---|---|---|
committer | 2017-02-03 10:14:12 +0800 | |
commit | c10c68de6f15c930fb2efc1e4d953479fadaf335 (patch) | |
tree | 009705fe83ba8ed869d74fc1ba33de053a766220 | |
parent | 9de2fbd75c97839aed2ec03bac788c44a360f0ec (diff) |
Change: Change groupId in pom that fit the wiki
Issue-ID: VNFSDK-2
Change-Id: I26c7d600de5496df36f31c601e5bd074e94d97af
Signed-off-by: victor.gao <victor.gao@huawei.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ under the License. <relativePath>../oparent</relativePath> </parent> - <groupId>org.openo.vnf-sdk-design-pkg</groupId> - <artifactId>vnfsdk</artifactId> + <groupId>org.openo.vnf-sdk.design-pkg</groupId> + <artifactId>vnf-sdk-design-pkg</artifactId> <name>vnf-sdk-design-pkg</name> <description>CSAR manipulation shared library with CLI</description> |