diff options
author | Vijay VK <vv770d@att.com> | 2018-03-18 14:16:46 +0100 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2018-03-18 09:26:48 -0400 |
commit | 7005c35f604222a0a7075ba27b4a7017908c65e8 (patch) | |
tree | 52ad5414f717b3703024729476a03d69694a3499 /version.properties | |
parent | abb283c5a3b72eb2d91e6adb4eda68184f040f35 (diff) |
fix pom for build issue
Change-Id: I720cce8d95732b56f38b531acd4d09bb2f56c03a
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-271
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 2ddebb3..7d6815b 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=0 +minor=3 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} |