summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/version.properties
diff options
context:
space:
mode:
authormalar <malarvizhi.44@wipro.com>2022-07-13 05:41:41 +0000
committermalar <malarvizhi.44@wipro.com>2022-07-27 13:48:39 +0000
commitc1b5c67f788ec8c937859b9e16cbfe9488589e3f (patch)
tree2e17dff026cef6a66f1e59a131f4b13b9113af5f /components/kpi-computation-ms/version.properties
parent36ccf90948229527f5879796740fb5e4f9dbfcfc (diff)
Enhancements to KPI Computation MS for Kohn Release
- Changes to support two types of PM XML schema - Throw an exception for Ratio and SumRatio computation when minimum operand size is not satisfied Issue-ID: DCAEGEN2-3193 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Ie9672bb11a5e98aa681bd1c7c7db59ea2be46112
Diffstat (limited to 'components/kpi-computation-ms/version.properties')
-rw-r--r--components/kpi-computation-ms/version.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/kpi-computation-ms/version.properties b/components/kpi-computation-ms/version.properties
index ada000a6..be3c3ddd 100644
--- a/components/kpi-computation-ms/version.properties
+++ b/components/kpi-computation-ms/version.properties
@@ -3,6 +3,7 @@
# kpi-ms
# ================================================================================
# Copyright (C) 2021 China Mobile.
+# Copyright (C) 2022 Wipro Limited. All rights reserved.
# ==============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,7 +21,7 @@
###############################################################################
major=1
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT