Correct the id of Animal Sniffer's execution

This commit is contained in:
Andy Wilkinson 2017-04-10 13:56:06 +01:00
parent 5ac5aa3e9a
commit 49c9981001
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>enforce-java-6</id> <id>enforce-java-8</id>
<phase>test</phase> <phase>test</phase>
<goals> <goals>
<goal>check</goal> <goal>check</goal>