From ae74cfd469d290a2a9ede5e8ae10fed4851dbbf0 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Mon, 21 Mar 2022 16:17:23 +0000 Subject: 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 Change-Id: Ie96ae7ce8997774d3ea27275c73e7d0703257e5e --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index b2dfad63b..870b994b7 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} -- cgit 1.2.3-korg