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 CHANGELOG
========= =========
2.7.0
------
* Move huntbugs, digraph and highwheel check plugins in the verify phase
2.6.0 2.6.0
------ ------

View file

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