diff options
author | sunil.unnava <sunil.unnava@att.com> | 2019-04-15 15:55:31 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2019-04-15 20:05:30 +0000 |
commit | 393c8e8b3e0c65c0a263410ab29110b4cdc4dc61 (patch) | |
tree | c2c1cf4d16a4dd0191439a6447dcc12601929caf /version.properties | |
parent | 5d5e572ec3c0354d326c6c03f80cd0b6fc2216b8 (diff) |
set mmagenthome for logs
Issue-ID: DMAAP-1139
Change-Id: I68e2829cf1a228e9855c41e190b6f4008b72369c
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index e23474c..65e7bbc 100644 --- a/version.properties +++ b/version.properties @@ -24,9 +24,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=0 +major=1 minor=0 -patch=6 +patch=0 base_version=${major}.${minor}.${patch} |