diff options
author | James Forsyth <jf2512@att.com> | 2018-10-12 16:38:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-12 16:38:08 +0000 |
commit | 0e8515c7f5b42eea4e817465ac4ba4dc58439d0d (patch) | |
tree | 74034769b5586666b6479e24f6cf6a0d5de6cf14 /version.properties | |
parent | a05265ad498d5c97d6b3184e0c748254089aadaf (diff) | |
parent | a09208ea3c6bd28a9d1e8e96cda46f9635e69560 (diff) |
Merge "Upversion traversal to 1.4.0-SNAPSHOT"
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} |