diff options
author | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2019-11-13 16:47:45 -0500 |
---|---|---|
committer | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2019-11-14 15:40:57 -0500 |
commit | 05f475fb6ec2c4a1acd2698d29a4c12b116a1d36 (patch) | |
tree | 0d834d29a6d78fe678904be5655d76fe9913b2b8 /version.properties | |
parent | 8dc742e747e0f418665ab9422f5c6c2cda94869b (diff) |
DCAEGEN2-1919 add HTTPS and change log rotation
Change-Id: I7859dde9460620e18edca887f5dfc611639b268c
Issue-ID: DCAEGEN2-1919
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@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 c5c1fd9..d49fe4b 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=5
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|