Fix apache rat version Set explicit version in the pluginManagement section to the currently use one, don't override elsewhere.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/53897393 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/53897393 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/53897393 Branch: refs/heads/master Commit: 5389739338991024042e5cac663bfa7a5b231474 Parents: a8f8c57 Author: Svetoslav Neykov <[email protected]> Authored: Thu Nov 5 22:08:00 2015 +0200 Committer: Svetoslav Neykov <[email protected]> Committed: Thu Nov 5 22:08:00 2015 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/53897393/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2c6d7bd..2c18672 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -676,6 +676,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <version>0.11</version> <configuration> <excludes combine.children="append"> <!-- Exclude sandbox because not part of distribution: not in tgz, and not uploaded to maven-central --> @@ -985,7 +986,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.10</version> <executions> <execution> <phase>verify</phase>
