summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/pom.xml
diff options
context:
space:
mode:
authormalar <malarvizhi.44@wipro.com>2022-11-09 10:26:31 +0000
committermalar <malarvizhi.44@wipro.com>2022-11-17 08:25:56 +0000
commit584f29be579cd483c8f9bd888a747b2ebbeea7f1 (patch)
tree646810ed34b71618324f989764d30cf1e4d2912a /components/kpi-computation-ms/pom.xml
parent900b294dc92b11873ae97d5e56ff7a672e2b9b3d (diff)
Fix bug in wrong SNSSAI value being appended with MeasType string1.0.11-kpi-computation-ms
The SNSSAI can be a alphanumeric also, so modified the code acording to that. Issue-ID: DCAEGEN2-3310 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Iac3e66e8d12a817681c15100ba80d2efee8e0498
Diffstat (limited to 'components/kpi-computation-ms/pom.xml')
-rw-r--r--components/kpi-computation-ms/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml
index 8ee82800..e60d12a0 100644
--- a/components/kpi-computation-ms/pom.xml
+++ b/components/kpi-computation-ms/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.onap.dcaegen2.services.components</groupId>
<artifactId>kpi-ms</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.11-SNAPSHOT</version>
<name>dcaegen2-services-kpi-computation-ms</name>
<description>Kpi ms</description>
<packaging>jar</packaging>