diff options
author | Brittany Plummer (bp896r) <bp896r@att.com> | 2019-11-13 10:58:36 -0500 |
---|---|---|
committer | Brittany Plummer (bp896r) <bp896r@att.com> | 2019-11-18 13:23:57 -0500 |
commit | fbe7e0db7cc591990c379ac1516be7a4433fe01c (patch) | |
tree | b5fbde74c5232b18da1a59f2e9dc42a5deac882b /version.properties | |
parent | 1a764c63f3055107b5f490146b3ab2919012f0aa (diff) |
Split InvocationID into two MDC values
Issue-ID: LOG-1187
Change-Id: Ice156a1bb4665f747e46bc5305be547800f10c4c
Signed-off-by: Brittany Plummer (bp896r) <bp896r@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 5ea81e0..f5aecd4 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ # 1.2.6-SNAPSHOT is off 1.2.5 major=1 minor=6 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |