diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-08 08:31:50 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-03-08 08:31:50 -0800 |
commit | 4c1e9da6beec877f604e2d202023e1b4e3802f13 (patch) | |
tree | 960710fffa48dbd4ce4e124e9b22ae4ca6b8b3d5 /version.properties | |
parent | c36f147bc34211651d997b1f87cd0c0a8cfdf874 (diff) |
Bump major version for new global staging job4.0.0-ONAP2.0.0
The changes required to support LF's new global staging
job template are breaking changes for downstream projects;
bumping the major version number to reflect the impact.
Change-Id: I7bdc1862122c7066d4f875e3d414db58398b7eb8
Issue-ID: CIMAN-234
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index 6be12c9..af0373d 100644 --- a/version.properties +++ b/version.properties @@ -3,9 +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=2 -patch_version=3 +major_version=2 +minor_version=0 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |