summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/pom.xml
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2022-08-04 16:14:16 +0530
committerAhila <ahila.pandaram@wipro.com>2022-08-05 11:52:15 +0530
commit7bd19d7fecb5c455c3e63e18f2aee4356d8531cd (patch)
treeef52e6d8ba93bf68ae323b4d799b6e07da55ff21 /components/kpi-computation-ms/pom.xml
parent015b7529adc61181862c84a20ed7140a96e479dc (diff)
KPI-Computation-MS Code coverage improvement
Issue-ID: DCAEGEN2-3162 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I26ec8c7cd591c059395c0cedd471643e3e87c114
Diffstat (limited to 'components/kpi-computation-ms/pom.xml')
-rw-r--r--components/kpi-computation-ms/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml
index 1defef1f..c71b9189 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.5-SNAPSHOT</version>
+ <version>1.0.6-SNAPSHOT</version>
<name>dcaegen2-services-kpi-computation-ms</name>
<description>Kpi ms</description>
<packaging>jar</packaging>
@@ -345,7 +345,6 @@
<directory>${project.basedir}</directory>
</resource>
</resources>
-
<runs>
<!-- Maven is loosing file permissions during artifacts copy -->
<run>export trustpass=`cat /opt/app/kpims/etc/cert/trust.pass`</run>