You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/08/20 23:14:28 UTC

[1/2] hbase git commit: HBASE-14264 Update RAT plugin version in 0.98 branch

Repository: hbase
Updated Branches:
  refs/heads/0.98 1fc9a6e0b -> d96563c3a


HBASE-14264 Update RAT plugin version in 0.98 branch


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ed23036
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0ed23036
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0ed23036

Branch: refs/heads/0.98
Commit: 0ed23036270fba1ef9982a72761d9a5beac42c3a
Parents: 1fc9a6e
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Aug 20 14:13:49 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Aug 20 14:13:49 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0ed23036/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29e6022..d544e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,7 +702,7 @@
           <!-- excludes are inherited -->
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.8</version>
+          <version>0.11</version>
           <configuration>
             <excludes>
               <exclude>**/*.versionsBackup</exclude>


[2/2] hbase git commit: HBASE-14225 Exclude **/target/** from RAT checks

Posted by ap...@apache.org.
HBASE-14225 Exclude **/target/** from RAT checks


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

Branch: refs/heads/0.98
Commit: d96563c3acc548e1400513126d94e1cca2bc6e86
Parents: 0ed2303
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Aug 20 14:13:50 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Aug 20 14:13:50 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/d96563c3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d544e32..ae3a783 100644
--- a/pom.xml
+++ b/pom.xml
@@ -717,6 +717,7 @@
               <exclude>**/*.iml</exclude>
               <exclude>**/CHANGES.txt</exclude>
               <exclude>**/generated/**</exclude>
+              <exclude>**/target/**</exclude>
               <exclude>**/gen-*/**</exclude>
               <!-- No material contents -->
               <exclude>conf/regionservers</exclude>