You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/05/23 12:48:54 UTC

[commons-configuration] branch master updated: CP 48 specifies commons.javadoc.version as 3.1.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new d62f258  CP 48 specifies commons.javadoc.version as 3.1.0.
d62f258 is described below

commit d62f2583ac1b2734239ab09708b1aa8e04fde6ee
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 23 08:48:51 2019 -0400

    CP 48 specifies commons.javadoc.version as 3.1.0.
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 160f30c..2c1344c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,8 +791,6 @@
         <jdk>9</jdk>
       </activation>
       <properties>
-        <!-- versions below 3.0.0 do not work with java 9 -->
-        <commons.javadoc.version>3.0.1</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>