Repository: commons-io
Updated Branches:
  refs/heads/master 8826617e8 -> 872c74469


use java 8 compatible clirr version and run clirr on travis


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

Branch: refs/heads/master
Commit: cdc90d71d93e6c55103779541886e423ee7276b1
Parents: 8826617
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Apr 23 18:03:58 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Apr 23 18:03:58 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/cdc90d71/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 661c4a8..f689f55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ jdk:
   - oraclejdk8
 
 script:
-  - mvn test apache-rat:check javadoc:javadoc
+  - mvn test apache-rat:check clirr:check javadoc:javadoc
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report

http://git-wip-us.apache.org/repos/asf/commons-io/blob/cdc90d71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2693e68..5241408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,8 @@ file comparators, endian transformation classes, and much 
more.
     </commons.osgi.export>
 
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+    <!-- Override clirr version to be able to build the site on Java 8 -->
+    <commons.clirr.version>2.8</commons.clirr.version>
   </properties>
 
   <build>

Reply via email to