Repository: incubator-hawq
Updated Branches:
  refs/heads/master 58a9cdc6b -> af656af59


Update to use Apache Release Audit Tool (RAT) v0.12

* This is needed to use new feature "consoleOutput" which will print
  the names of files that have unapproved licenses to the console.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/af656af5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/af656af5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/af656af5

Branch: refs/heads/master
Commit: af656af5951cc76601984e5608939252e4b245ee
Parents: 58a9cdc
Author: Ed Espino <[email protected]>
Authored: Tue Nov 1 01:00:23 2016 -0700
Committer: Ed Espino <[email protected]>
Committed: Tue Nov 1 01:00:23 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/af656af5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7284c18..f128681 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,9 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
+          <version>0.12</version>
           <configuration>
+            <consoleOutput>true</consoleOutput>
             <excludes>
 
               <!-- stream benchmark under BSD-like license with a few
@@ -224,7 +225,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
+          <version>0.12</version>
           <executions>
             <execution>
               <phase>verify</phase>

Reply via email to