Update SDK version to 1.8.7
[dcaegen2/collectors/hv-ves.git] / sources / pom.xml
index 6914682..16ebf30 100644 (file)
@@ -3,7 +3,7 @@
   ~ ============LICENSE_START=======================================================
   ~ dcaegen2-collectors-veshv
   ~ ================================================================================
-  ~ Copyright (C) 2018 NOKIA
+  ~ Copyright (C) 2018-2021 NOKIA
   ~ ================================================================================
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
     <parent>
         <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
         <artifactId>ves-hv-collector</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.9.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
                                 </goals>
                                 <configuration>
                                     <target name="detekt" unless="${skipAnalysis}">
-                                        <java taskname="detekt" dir="${basedir}" fork="true" failonerror="true"
-                                                classname="io.gitlab.arturbosch.detekt.cli.Main"
-                                                classpathref="maven.plugin.classpath">
+                                        <java taskname="detekt" dir="${basedir}"
+                                              fork="true"
+                                              failonerror="true"
+                                              classname="io.gitlab.arturbosch.detekt.cli.Main"
+                                              classpathref="maven.plugin.classpath">
                                             <arg value="--input"/>
                                             <arg value="${basedir}/src/main/kotlin"/>
                                             <arg value="--config-resource"/>
                                             <arg value="onap-detekt-config.yml"/>
-                                            <arg value="--filters"/>
-                                            <arg value=".*/target/.*,.*/resources/.*"/>
                                             <arg value="--report"/>
                                             <arg value="html:${basedir}/target/detekt-report.html"/>
+                                            <arg value="--auto-correct"/>
                                         </java>
                                     </target>
                                 </configuration>
                             <dependency>
                                 <groupId>${project.groupId}</groupId>
                                 <artifactId>hv-collector-analysis</artifactId>
-                                <version>1.6.0-SNAPSHOT</version>
+                                <version>1.9.1-SNAPSHOT</version>
                             </dependency>
                         </dependencies>
                     </plugin>