You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ni...@apache.org on 2017/12/22 21:59:18 UTC

[5/5] avro git commit: AVRO-2119: Update Apache Rat. Fix build problem

AVRO-2119: Update Apache Rat. Fix build problem


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

Branch: refs/heads/master
Commit: 2e25d2edd2d06c665502afe788c197a63ce663fa
Parents: a79b436
Author: Niels Basjes <nb...@bol.com>
Authored: Fri Dec 22 12:04:36 2017 +0100
Committer: Niels Basjes <nb...@bol.com>
Committed: Fri Dec 22 12:04:36 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/avro/blob/2e25d2ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c0a8b8..1efc3a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <!-- plugin versions -->
     <antrun-plugin.version>1.7</antrun-plugin.version>
     <enforcer-plugin.version>1.3.1</enforcer-plugin.version>
-    <rat.version>0.9</rat.version>
+    <rat.version>0.12</rat.version>
     <checkstyle-plugin.version>2.17</checkstyle-plugin.version>
   </properties>
 
@@ -214,6 +214,7 @@
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
             <version>${rat.version}</version>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <phase>test</phase>