diff options
author | 2021-02-24 18:35:15 +0000 | |
---|---|---|
committer | 2021-02-24 18:35:15 +0000 | |
commit | 0b7b9a7d411a7acb9d70a1f0cc69e411ec262f93 (patch) | |
tree | 0f76cf21b14e3f2bcd9f73dca34b0ec6a1c1b7b1 | |
parent | 827f2d10ab826ae2cb3388850b474500ba8982fe (diff) | |
parent | 5f29e2086393e9f1d1a73a5a92e2681c2c3ed517 (diff) |
Merge "Upversion to 1.8.1-SNAPSHOT"
-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</groupId> <artifactId>babel</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index 11f0383..b3f28cd 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=8 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |