diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-02-23 17:08:43 -0500 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2018-02-23 17:13:33 -0500 |
commit | 817693f61d62cc01e13e425cdd6fc4030a69a092 (patch) | |
tree | c802de33a21858b1c5447cffd309c47fe19a899b /version.properties | |
parent | 308a8f90cc66b033535aa4c5c2098bb5bfcb26ee (diff) |
Upgrade dependencies to address CLM scan
Flags raised for older versions of jackson and http-client libs which
were both transitive dependencies.
Change-Id: I8708370324c182dbc8e75697a3500a2545fa4938
Issue-ID: DCAEGEN2-362
Signed-off-by: Michael Hwang <mhwang@research.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 11ad59d..952a72c 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1
minor=1
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|