summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-02-25 13:24:03 +0000
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-02-28 10:06:26 +0000
commitcc17ae5e08acf4fd5e67185982142326318f5bef (patch)
tree339689eb8561add874ccfa3be0fae75b68c11faa /version.properties
parentebfa4077b2e462237301e93566fed6ef2f56674c (diff)
Updated openapi.yaml to match to changes in get data node API
1. updated the pom version to 3.0.0-SNAPSHOT 2. modified the examples for get data node api to match the post api. Issue-ID: CPS-865 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Icf03522e9ba7fb9c245fd9f09b3eb8bb6f3ee60d
Diffstat (limited to 'version.properties')
-rwxr-xr-xversion.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/version.properties b/version.properties
index 07ef49adb..17f2daa6c 100755
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,6 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2021 Nordix Foundation
+# Modifications Copyright (C) 2022 Bell Canada.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,8 +20,8 @@
# 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=2
-minor=1
+major=3
+minor=0
patch=0
base_version=${major}.${minor}.${patch}