diff options
author | 2016-11-29 15:12:37 -0800 | |
---|---|---|
committer | 2016-11-29 15:12:39 -0800 | |
commit | 31b545d8d7f7277706afb1298fa5eda85c78fe0f (patch) | |
tree | 45f7dbe72cf87810df79f92026742dda00519a55 /pom.xml | |
parent | bbef3ed82ca4faee5b19ba820dae11e86054b291 (diff) |
Standardize POM project naming
Change-Id: I9919b14ba3934c4d4914e9f417c57f86c6f3123a
Issue-id: INT-67
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ <groupId>org.openo.gso.gui</groupId> <artifactId>gso-gui</artifactId> <packaging>pom</packaging> - <name>gui</name> + <name>gso-gui</name> <modules> <module>openo-portal</module> <module>servicegateway</module> |