Repository: arrow Updated Branches: refs/heads/master 8841bc071 -> 33c85cd03
[Java] Fix letter case in rat plugin config Contributed by Stepan Kadlec <[email protected]> Closes #899 Change-Id: I3ad6cb9cc30946fda76e2dd454e0e19966276abc Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/33c85cd0 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/33c85cd0 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/33c85cd0 Branch: refs/heads/master Commit: 33c85cd0396bd7a76b81828630b1d35ceb7b970a Parents: 8841bc0 Author: Stepan Kadlec <[email protected]> Authored: Thu Jul 27 15:50:11 2017 +0200 Committer: Wes McKinney <[email protected]> Committed: Fri Jul 28 10:33:24 2017 -0400 ---------------------------------------------------------------------- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/33c85cd0/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index 81f80b0..de2113e 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -93,7 +93,7 @@ </execution> </executions> <configuration> - <excludeSubprojects>false</excludeSubprojects> + <excludeSubProjects>false</excludeSubProjects> <excludes> <exclude>**/*.log</exclude> <exclude>**/*.css</exclude>
