Revert "Update plugins to the latest version"
This commit broke the site build on JDK 6 & 7
This reverts commit e58af07682
.
This commit is contained in:
parent
e58af07682
commit
99c209e72d
4
pom.xml
4
pom.xml
|
@ -634,7 +634,7 @@
|
|||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.17</version>
|
||||
<version>2.15</version>
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
|
@ -659,7 +659,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.6</version>
|
||||
<version>3.5</version>
|
||||
<configuration>
|
||||
<targetJdk>${maven.compiler.target}</targetJdk>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue