diff options
author | 2022-01-27 17:18:05 +0000 | |
---|---|---|
committer | 2022-01-27 17:18:05 +0000 | |
commit | d37466e12242054a678f8cadcbd7abde432fa803 (patch) | |
tree | d991405d8516ade9066d87724719c2800ba5bb34 | |
parent | 163fb055d2dc4cecb6e2f1ec313aaef33e6d2c24 (diff) | |
parent | 53083c2549c2bb45e693ae88303584568e5c1b8a (diff) |
Merge "[AAI] Upversion graphadmin to 1.9.2"
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.9.1-SNAPSHOT</version> + <version>1.9.2-SNAPSHOT</version> <properties> diff --git a/version.properties b/version.properties index aae7e91..8c30688 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} |