Merge branch release/2.7.0 into master

Move huntbugs, digraph and highwheel check plugins in the verify phase
This commit is contained in:
Paul Campbell 2017-03-14 14:43:52 +00:00
commit b78a839430
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,11 @@
CHANGELOG
=========
2.7.0
------
* Move huntbugs, digraph and highwheel check plugins in the verify phase
2.6.0
------

View file

@ -5,7 +5,7 @@
<groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
<packaging>pom</packaging>
<name>Kemitix Parent</name>
@ -237,7 +237,7 @@
</configuration>
<executions>
<execution>
<phase>validate</phase>
<phase>verify</phase>
<goals>
<goal>digraph</goal>
</goals>
@ -314,7 +314,7 @@
<version>${huntbugs.version}</version>
<executions>
<execution>
<phase>compile</phase>
<phase>verify</phase>
<goals>
<goal>huntbugs</goal>
</goals>
@ -386,7 +386,7 @@
<version>${highwheel-maven.version}</version>
<executions>
<execution>
<phase>compile</phase>
<phase>verify</phase>
<goals>
<goal>analyse</goal>
</goals>