From cdc142a3c2fc1904c9cbd9d0c9ea80b08fe34ea0 Mon Sep 17 00:00:00 2001 From: seshukm <seshu.kumar.m@huawei.com> Date: Thu, 13 Aug 2020 20:01:33 +0530 Subject: bump the so/libs version for the Guilin Issue-ID: SO-3073 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I39e7df35dcb52e5c3ed635bba827d4b350113bac --- heat-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heat-client') diff --git a/heat-client/pom.xml b/heat-client/pom.xml index 72dd7bf..9b3c8fa 100644 --- a/heat-client/pom.xml +++ b/heat-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>heat-client</artifactId> -- cgit