Override clirr version from parent pom to be able to build site on Java 8

This commit is contained in:
Benedikt Ritter 2016-10-02 14:36:53 +02:00
parent 9177ddde8e
commit 43e5f99828
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 3 additions and 0 deletions

View File

@ -573,6 +573,9 @@
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.encoding>utf-8</commons.encoding> <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>
</properties> </properties>