You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/09/17 15:59:10 UTC

[2/2] [lang] Update plugins to the latest version

Update plugins to the latest version


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

Branch: refs/heads/master
Commit: e58af07682609cac86a8a70427efdde920cf32b1
Parents: 6619be6
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat Sep 17 17:58:40 2016 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat Sep 17 17:58:40 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e58af076/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 14daf36..4cd85de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -634,7 +634,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.15</version>
+        <version>2.17</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
@@ -659,7 +659,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.5</version>
+        <version>3.6</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>