diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-22 10:04:41 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-22 10:04:41 -0500 |
commit | fb4e13210c86ae05dad95c935a85042d35ea9fd5 (patch) | |
tree | 3c7280ff7282a06fa6a199ab782135b2481d7f30 /version.properties | |
parent | 47b0b18950bdce3456e491769ac2d4dac2c86298 (diff) |
Synchronize version.properties with pom version
Issue-ID: CPS-175
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: If91a0098fa610479fabba4a92aa2c1c98671f56d
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 12156a9a64..d38d8430d8 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,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 this -major=1 +major=0 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |