diff options
author | Luji <lu.ji3@zte.com.cn> | 2016-09-19 16:38:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-09-19 16:38:12 +0000 |
commit | 59f5934e6b3c8f239746d843bdafc36c0384650c (patch) | |
tree | c4b6e2ddfca1d5af1e535861846b5a038b5ff57e | |
parent | 422bd743ef87e7c159ad1c5d76c467fab79b1032 (diff) | |
parent | 2488d30b8f4a27d6112de3f8f6011fb20a1425f9 (diff) |
Merge "Reset artifact versions to 1.0.0-SNAPSHOT"
-rw-r--r-- | servicegateway/deployment/pom.xml | 2 | ||||
-rw-r--r-- | servicegateway/service/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/servicegateway/deployment/pom.xml b/servicegateway/deployment/pom.xml index 01a1af51..e415c55b 100644 --- a/servicegateway/deployment/pom.xml +++ b/servicegateway/deployment/pom.xml @@ -18,7 +18,7 @@ <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-cbb</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml index 5a834e68..17372a4c 100644 --- a/servicegateway/service/pom.xml +++ b/servicegateway/service/pom.xml @@ -22,13 +22,13 @@ <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-cbb</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- roa --> <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-restclient</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> |