diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2020-03-27 22:54:06 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2020-03-27 22:54:06 +0530 |
commit | 720654dcb4ec033cf16892d1aa730100f057ff61 (patch) | |
tree | ee7c3d7c5ef04009aa93b0d403c81acc7bb3063d /ceilometer-model | |
parent | c4c4bbdcb8409b73f694d763be9fa49158346e01 (diff) |
bump the version of the libs to 1.6.1
Issue-ID: SO-2519
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I2108afe415472a79f686cd434b58320ffccd0a6f
Diffstat (limited to 'ceilometer-model')
-rw-r--r-- | ceilometer-model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceilometer-model/pom.xml b/ceilometer-model/pom.xml index 093ba43..e5e789c 100644 --- a/ceilometer-model/pom.xml +++ b/ceilometer-model/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </parent> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>ceilometer-model</artifactId> |