aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pom.xml
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-25 11:54:14 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-29 07:59:57 +0200
commit4143a769506bd5752e7ce7720c5a8e768b6621a0 (patch)
tree8fba6800521b9801e9aabd3e95996a23b6bb1efa /sources/pom.xml
parent2b7128c666045716d946e079e59cba04d4420b33 (diff)
Update all HV-VES dependencies to newest versions
Change-Id: Iba0d2dce0374a3fe44f0b6e3b302b02e782d8d56 Issue-ID: DCAEGEN2-2696 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Diffstat (limited to 'sources/pom.xml')
-rw-r--r--sources/pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/sources/pom.xml b/sources/pom.xml
index 6914682b..9b227382 100644
--- a/sources/pom.xml
+++ b/sources/pom.xml
@@ -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.7.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -100,17 +100,18 @@
</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>
@@ -125,7 +126,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hv-collector-analysis</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>