Merge branch release/2.7.0 into master
Move huntbugs, digraph and highwheel check plugins in the verify phase
This commit is contained in:
commit
b78a839430
2 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
2.7.0
|
||||
------
|
||||
|
||||
* Move huntbugs, digraph and highwheel check plugins in the verify phase
|
||||
|
||||
2.6.0
|
||||
------
|
||||
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue