diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 17:30:21 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 17:41:31 -0500 |
commit | 9d39562748fa8dbbee7b3604f4e70445ae9482d5 (patch) | |
tree | a6f8804702e1db2385b061d05bd079dccc9622eb | |
parent | 4dfc811d0845abea6ecb2ff05ec93198b97ae646 (diff) |
Upversion to 1.6.11.6.1
Issue-ID: AAI-2757
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: Iecc97358ad8cdb94960c426c88f4815481bd22cd
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> diff --git a/version.properties b/version.properties index a0756ad..922c4fa 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |