diff options
author | maopengzhang <zhang.maopeng1@zte.com.cn> | 2017-09-02 11:50:39 +0800 |
---|---|---|
committer | maopengzhang <zhang.maopeng1@zte.com.cn> | 2017-09-02 12:16:31 +0800 |
commit | db964faf785d24b069315ab27c42f8338e4a1ed0 (patch) | |
tree | 6ec927b4638fef824aea2b0ab390275d041ffaf1 /usecaseui-monitor/pom.xml | |
parent | c8257c6d9b1883161cc5abd8359e6fc247c66ed1 (diff) |
Resolve the POM issue
modify the artifactid and groupId
Change-Id: I56dcac8fddb8288fc1cdb9129706bcd60ea3efa3
Issue-ID: USECASEUI-6
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'usecaseui-monitor/pom.xml')
-rw-r--r-- | usecaseui-monitor/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usecaseui-monitor/pom.xml b/usecaseui-monitor/pom.xml index 07449a27..ca46a958 100644 --- a/usecaseui-monitor/pom.xml +++ b/usecaseui-monitor/pom.xml @@ -18,16 +18,16 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.usecaseui</groupId> - <artifactId>usecaseui</artifactId> + <groupId>org.onap.usecase-ui</groupId> + <artifactId>usecase-ui</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.usecaseui</groupId> + <groupId>org.onap.usecase-ui</groupId> <artifactId>usecaseui-monitor</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>war</packaging> - <name>usecaseui/usecaseui-monitor</name> + <name>usecase-ui/usecaseui-monitor</name> <properties> <encoding>UTF-8</encoding> |