diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-03-21 16:17:23 +0000 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-03-21 16:27:08 +0000 |
commit | ae74cfd469d290a2a9ede5e8ae10fed4851dbbf0 (patch) | |
tree | 0dff93c1487664e9044c7de0368f95459c908c2c /version.properties | |
parent | 0d7bf6913ab9db89c474c2bfe30a48ccc130e462 (diff) |
Update versions for next release
Update Minor version number (on master) for next release as part of creating
Jakarta release branch
Issue-ID: CPS-952
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ie96ae7ce8997774d3ea27275c73e7d0703257e5e
Diffstat (limited to 'version.properties')
-rwxr-xr-x | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index b2dfad63bc..870b994b72 100755 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # Modifications Copyright (C) 2022 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,8 +21,8 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=3 -minor=0 -patch=1 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} |