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:09 UTC

[1/2] [lang] Deactivate JavaDoc Lint

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


Deactivate JavaDoc Lint


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

Branch: refs/heads/master
Commit: 6619be667e2ef99ef43afdea20d5be9d2f4632ad
Parents: 8eace01
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat Sep 17 17:57:11 2016 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat Sep 17 17:57:11 2016 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/6619be66/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ee29439..14daf36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,6 +548,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
+    <additionalparam>-Xdoclint:none</additionalparam>
     <!--
        This is also  used to generate download_xxx file name.
        To override this when generating the download page:


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

Posted by br...@apache.org.
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>