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

This commit is contained in:
pascalschumacher 2017-08-02 20:24:53 +02:00
parent 41cec319b5
commit 1961bdd3e6
1 changed files with 0 additions and 4 deletions

View File

@ -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>