diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-03-23 17:14:33 +0530 |
---|---|---|
committer | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2022-03-23 11:48:04 +0000 |
commit | 145a14310d109d367da9c854217f6c71a82e49b4 (patch) | |
tree | 5041026b557a2eb0d99f2060771df81e43a79d26 /version.properties | |
parent | 786eb8050017bfc4ebf5d8cddb7abca34a10e82b (diff) |
Update versions for next release in DMI
- Updated minor version number (on master) for next release as part of
creating Jakarta release branch
- Updated default DMI version to point to latest docker image
Issue-ID: CPS-956
Change-Id: I3e1d92fb5719ceaf06dd9afc5fa13859d6437f6b
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
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 bca8d9cc..da112656 100644 --- 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) 2021 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=1 -minor=1 -patch=1 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |