summaryrefslogtreecommitdiffstats
path: root/standalone/pom.xml
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-09-21 04:51:21 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-09-21 04:51:43 +0800
commit5a096b4b8b211f62e23fdd11e163e5541d4a14a5 (patch)
tree29aa5d794a06f776abcfc8641de2ba4918cf0856 /standalone/pom.xml
parentc3321fcb2439f2060f8a1a9dc8825dd3bbf4aff5 (diff)
Fix usecase-ui-server docker file build error
Change-Id: I5a8567acff7184d58b25b7ea9eef22f45a205e3a Issue-ID: USECASEUI-152 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r--standalone/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index ed586bfb..2ecda297 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -22,9 +22,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>org.onap.usecase-ui.server</groupId>
<artifactId>standalone</artifactId>
- <name>usecase-server/standalone</name>
+ <version>1.1.0-SNAPSHOT</version>
+ <name>usecase-ui-server/standalone</name>
<packaging>pom</packaging>
+ <description>project for usecase-ui server assembly</description>
<properties>
<packagename>usecase-ui-server</packagename>