pom.xml: remove redundant plugin version element

The checkstyle plugin version is declared in pluginManagement, it doesn't
need to be repeated.
This commit is contained in:
Paul Campbell 2016-08-16 20:04:02 +01:00
parent a0ca04b3dc
commit 5d74665a99

View file

@ -220,7 +220,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<id>validate</id> <id>validate</id>
@ -365,7 +364,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>