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/d35724e7 Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/d35724e7 Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/d35724e7 Branch: refs/heads/branch-1.8 Commit: d35724e7f4299499702abc7a1404c6120389b9c7 Parents: a8a4ed2 Author: Niels Basjes <[email protected]> Authored: Fri Dec 22 12:04:36 2017 +0100 Committer: Niels Basjes <[email protected]> Committed: Fri Dec 22 23:20:34 2017 +0100 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/d35724e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4f64d9b..73eed2a 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,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> </properties> <modules> @@ -212,6 +212,7 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>${rat.version}</version> + <inherited>false</inherited> <executions> <execution> <phase>test</phase>
