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 2017/08/02 18:32:26 UTC

[2/3] commons-collections git commit: remove override commons.javadoc.version which should not be necessary anymore, as commons-collections now uses commons-parent version 40

remove override commons.javadoc.version which should not be necessary anymore, as commons-collections now uses commons-parent version 40


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

Branch: refs/heads/master
Commit: 1961bdd3e6f0a134acbf95cee59ee7dd7dd3ad08
Parents: 41cec31
Author: pascalschumacher <pa...@gmx.net>
Authored: Wed Aug 2 20:24:53 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Wed Aug 2 20:24:53 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/1961bdd3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 82f8f9a..9791f4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,10 +508,6 @@
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
-    <!-- Override javadoc plugin version due to a vulnerability of the generated javadoc
-         see http://jira.codehaus.org/browse/MJAVADOC-370, remove after update to CP 32   -->
-    <commons.javadoc.version>2.9.1</commons.javadoc.version>
-
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
     <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
   </properties>