Repository: commons-lang
Updated Branches:
  refs/heads/master e58af0768 -> ca9510db0


Revert "Update plugins to the latest version"

This commit broke the site build on JDK 6 & 7

This reverts commit e58af07682609cac86a8a70427efdde920cf32b1.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/99c209e7
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/99c209e7
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/99c209e7

Branch: refs/heads/master
Commit: 99c209e72d9e8db87425ac662c54841672e85528
Parents: e58af07
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sat Sep 17 18:08:52 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sat Sep 17 18:08:52 2016 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/99c209e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4cd85de..14daf36 100644
--- a/pom.xml
+++ b/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>

Reply via email to