diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2021-02-25 01:30:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-25 01:30:23 +0000 |
commit | e04245a22340f4b4e55182350dd4640547f98265 (patch) | |
tree | bed6ac9e046681f03cb740973c3a1f852716ad32 | |
parent | e8432c1afcce8bef26eb5c0a4b438972975367f5 (diff) | |
parent | 5615e421d765923fb5e11a94b08593d679ba4049 (diff) |
Merge "Upversion to 1.8.1-SNAPSHOT"honolulu
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 8c26ae8..ae140d3 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=8 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |