diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-11-04 13:57:16 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-11-04 15:56:41 -0700 |
commit | e393b29c02a4278f046cbd3a4dbfd031ce8f200c (patch) | |
tree | 19716e5a306f89d0d0f4c06ca4293546d97ec2a5 /servicegateway | |
parent | b6bea19c02f5de882bb81d2b7b44ac39e6bc0b0d (diff) |
Bumping versions by 0.0.1 for maintenace releasessun
Issue-ID: CIMAN-6
Change-Id: I1e085a7148c66693fc0ae27dcce8b31065a50f28
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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..e0bb7e19 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.0.1-SNAPSHOT</version> </parent> <artifactId>service-gateway-deployment</artifactId> diff --git a/servicegateway/pom.xml b/servicegateway/pom.xml index 3bbc4294..7672fbc7 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.0.1-SNAPSHOT</version> </parent> <groupId>org.openo.gso.gui</groupId> <artifactId>service-gateway-root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-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.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-restclient</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-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.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml index b0cd551e..088ae5ec 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.0.1-SNAPSHOT</version> </parent> <artifactId>service-gateway-service</artifactId> |