aboutsummaryrefslogtreecommitdiffstats
path: root/ms/error-catalog/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/error-catalog/core/pom.xml')
-rw-r--r--ms/error-catalog/core/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml
index f117aa83f..0592112cf 100644
--- a/ms/error-catalog/core/pom.xml
+++ b/ms/error-catalog/core/pom.xml
@@ -20,11 +20,15 @@
<parent>
<groupId>org.onap.ccsdk.cds.error.catalog</groupId>
<artifactId>error-catalog</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.1-SNAPSHOT</version>
</parent>
<artifactId>error-catalog-core</artifactId>
<name>Error Catalog Core</name>
<description>Error Catalog Core</description>
+
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>