summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2017-09-02 11:50:39 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2017-09-02 12:16:31 +0800
commitdb964faf785d24b069315ab27c42f8338e4a1ed0 (patch)
tree6ec927b4638fef824aea2b0ab390275d041ffaf1 /pom.xml
parentc8257c6d9b1883161cc5abd8359e6fc247c66ed1 (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 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fdceba2a..5cec94c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
<version>1.0.0-SNAPSHOT</version>
</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>
<packaging>pom</packaging>
<name>ONAP USECASE UI</name>