diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-06-28 14:48:57 +0100 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-06-28 14:49:25 +0100 |
commit | 80b9530b80cfce01b81b54e4ebd850dab54d9c3e (patch) | |
tree | 52d2f0c6691916516fce3d3e0f76dcbc476af6ef /cinder-model | |
parent | 96b41812fa45344cebb105e141f96e907f8da50f (diff) |
Updating pom version to 1.9.0-SNAPSHOT
Issue-ID: SO-3688
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Change-Id: I8ea1685dcae556cbe2ad5422aaf70341a4c95912
Diffstat (limited to 'cinder-model')
-rwxr-xr-x | cinder-model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinder-model/pom.xml b/cinder-model/pom.xml index 8de8973..bb06e72 100755 --- a/cinder-model/pom.xml +++ b/cinder-model/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>cinder-model</artifactId> |