Repository: commons-lang
Updated Branches:
  refs/heads/master 9177ddde8 -> 43e5f9982


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


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

Branch: refs/heads/master
Commit: 43e5f99828f1d831a36cdad66ef2331a548dd4b9
Parents: 9177ddd
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sun Oct 2 14:36:53 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sun Oct 2 14:36:53 2016 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/43e5f998/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d6213ee..856cf26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,6 +573,9 @@
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
     
<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>
   </properties>
 
 

Reply via email to