diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-31 18:28:44 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2019-06-12 07:42:23 +0000 |
commit | 36c924ba8bb967ab1a5df720cc58981361d7a265 (patch) | |
tree | 872186a49edc789370312f4c73b77d4b5dd36d62 /version.properties | |
parent | cae9c8df0bfdbc22cdbca4624a0bc4f9555ad5f2 (diff) |
Move to oparent and upversion to 1.5.01.5.0
Issue-ID: AAI-2467
Change-Id: I3de6e7efea8adc60ec6b5539ceb488680f1121fc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/version.properties b/version.properties index faeb864..95479a0 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,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_version=1 -minor_version=0 -patch_version=7 +minor_version=5 +patch_version=0 + base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} |