diff options
author | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-10-09 16:28:29 +0200 |
---|---|---|
committer | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-10-09 16:34:22 +0200 |
commit | b47ed92edbf3b4f50b814a4b1912b5ef6185c294 (patch) | |
tree | 36acfe8dcb86fab3c6365b19198358357fbb6973 /version.properties | |
parent | 0ae7a7f6b40ff13a21f33e3e573d6b3ebde6bf90 (diff) |
Fix retry when file download fails1.0.2
When the Datafile collector is unable to download the file from an xNF it now retries to collect the file.
Change-Id: I61f68f9cf7af1a7fab160b0e936daafd1a23aaf8
Issue-ID: DCAEGEN2-864
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
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 1b043102..22632725 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1
minor=0
-patch=0
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|