diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-09 22:35:29 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-12 10:52:05 -0400 |
commit | a09208ea3c6bd28a9d1e8e96cda46f9635e69560 (patch) | |
tree | 1c63f873f10fd6c7213a0116bda7c55cd1440aa4 /version.properties | |
parent | efad7d1ad603c5f75c0fa896079cbaf4a5bad3b7 (diff) |
Upversion traversal to 1.4.0-SNAPSHOT
Issue-ID: AAI-1726
Change-Id: I2ce0614c58acf0bb625e925cdc21ce2b0025de18
Signed-off-by: Kajur, Harish (vk250x) <vk250x@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 e8911fb..66827fd 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=3 -patch_version=1 +minor_version=4 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |