diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-08-18 12:48:19 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-08-25 16:24:17 +0200 |
commit | 3b6c2739505c097f3ea32475ebd3db41bbaae7ef (patch) | |
tree | c68d7182520ff7bd48dd046cbc03373d38235cc4 /version.properties | |
parent | 42a2932087a43b05cdcd2247108246b3ccdb0b2b (diff) |
Update dcae SDK from 1.1.6 to 1.4.2
Bump project version from 1.4.2 to 1.4.3
Update deprecated calls to JsonParser
Make logs always go to file and console
Issue-ID: DCAEGEN2-2267
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ib8d7f82b3daf03ca327581c9a5dc4f6f27a20141
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 b0c0f623..69a4fe17 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1
minor=4
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|