diff options
author | j00302280 <j00101220@huawei.com> | 2016-10-13 10:31:59 +0800 |
---|---|---|
committer | j00302280 <j00101220@huawei.com> | 2016-10-13 10:31:59 +0800 |
commit | 5db452177ae8760455f75d5b0d9f506382e4e016 (patch) | |
tree | db541dde3e2913c247408e8ec4682cadbf2cd068 /servicegateway | |
parent | c87944dfd582b5487bd7e07a73f310d5a272c30b (diff) |
Resolve GSO-13 modify the master version
Change-Id: I39a1a094a29964d110370b111717bd6a4a590dcf
Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'servicegateway')
-rw-r--r-- | servicegateway/deployment/pom.xml | 2 | ||||
-rw-r--r-- | servicegateway/pom.xml | 10 | ||||
-rw-r--r-- | servicegateway/service/pom.xml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/servicegateway/deployment/pom.xml b/servicegateway/deployment/pom.xml index 2f025e92..5fb82b88 100644 --- a/servicegateway/deployment/pom.xml +++ b/servicegateway/deployment/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>service-gateway-root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>service-gateway-deployment</artifactId> diff --git a/servicegateway/pom.xml b/servicegateway/pom.xml index 3bbc4294..670d4de4 100644 --- a/servicegateway/pom.xml +++ b/servicegateway/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>gso-gui</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.openo.gso.gui</groupId> <artifactId>service-gateway-root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>ServiceGatewayRoot</name> <packaging>pom</packaging> @@ -42,12 +42,12 @@ <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-cbb</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-restclient</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> @@ -63,7 +63,7 @@ <dependency> <groupId>org.openo.gso</groupId> <artifactId>org.openo.gso.commsvc.common</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml index b0cd551e..cb737263 100644 --- a/servicegateway/service/pom.xml +++ b/servicegateway/service/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>service-gateway-root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>service-gateway-service</artifactId> |