diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-09-14 16:05:36 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-09-14 16:06:08 -0700 |
commit | 4fb32ab8828b98d659e6f89bf3dbcee390054059 (patch) | |
tree | b250c5c436828abd74c6b57698067d8468c55bba /servicegateway | |
parent | 56c2439e74a5a17a6ca864371d4c3a621be566c4 (diff) |
Fix build errors in autorelease full clean build
Fix build errors found in autorelease during full clean build of all
projects.
Change-Id: I319f3ed5442627b62dd6107dca72454bee992524
Issue-id: INT-9
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'servicegateway')
-rw-r--r-- | servicegateway/service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml index ccf02ee2..5a834e68 100644 --- a/servicegateway/service/pom.xml +++ b/servicegateway/service/pom.xml @@ -42,9 +42,9 @@ </dependency> <dependency> - <groupId>org.openo.gso.commsvc</groupId> + <groupId>org.openo.gso</groupId> <artifactId>org.openo.gso.commsvc.common</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> |