diff options
author | HOCKLA <ah999m@att.com> | 2019-12-05 07:25:42 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-05 07:27:06 -0600 |
commit | c0b670f9d09d07fc2bf11749731c40404dead689 (patch) | |
tree | ff283d6ae514063fc9a39904dbd6f41bb7d4f76f /version.properties | |
parent | 81864a1b04ba114e5c4124d54aadf6940f1ec2bb (diff) |
Changed project version to 1.6.1-SNAPSHOT to isolate for java 11 upgrades
Issue-ID: POLICY-1583
Change-Id: I805ebed75e7e0cb5109946328958341018421aad
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index a0756adf..922c4fa9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |