You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/01/07 10:03:51 UTC

[lang] Update to commons-parent version 43

Repository: commons-lang
Updated Branches:
  refs/heads/master 3c0308db7 -> d1b149fe1


Update to commons-parent version 43


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

Branch: refs/heads/master
Commit: d1b149fe123e9837a4a3d8921a734e51829138be
Parents: 3c0308d
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Jan 7 11:03:42 2018 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Jan 7 11:03:42 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/d1b149fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8bbe79d..ba9c123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>42</version>
+    <version>43</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-lang3</artifactId>
@@ -588,8 +588,6 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.encoding>utf-8</commons.encoding>
 
-    <!-- Override clirr version to be able to build the site on Java 8 -->
-    <commons.clirr.version>2.8</commons.clirr.version>
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
 
     <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
@@ -837,8 +835,6 @@
       <properties>
         <!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection -->
         <argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine>
-        <!-- versions below 3.0.0 do not work with java 9 -->
-        <commons.javadoc.version>3.0.0-M1</commons.javadoc.version>
         <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
         <coveralls.skip>true</coveralls.skip>
       </properties>