Repository: activemq-artemis Updated Branches: refs/heads/master bedb7c223 -> 1a58c4f5e
Upgrade ApacheRat to 0.12 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/515b5aba Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/515b5aba Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/515b5aba Branch: refs/heads/master Commit: 515b5aba89fbddee6df48fc06dc2ba305fb6bc51 Parents: bedb7c2 Author: Martyn Taylor <mtay...@redhat.com> Authored: Mon Jul 4 17:29:48 2016 +0100 Committer: Martyn Taylor <mtay...@redhat.com> Committed: Mon Jul 4 17:31:15 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- tests/activemq5-unit-tests/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/515b5aba/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f09b538..4787de9 100644 --- a/pom.xml +++ b/pom.xml @@ -1102,7 +1102,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.11</version> + <version>0.12</version> <configuration> <reportFile>${activemq.basedir}/ratReport.txt</reportFile> <skip>${skipLicenseCheck}</skip> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/515b5aba/tests/activemq5-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 9885601..eeb0f3f 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -375,7 +375,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.11</version> + <version>0.12</version> <configuration> <reportFile>${activemq.basedir}/ratReport.txt</reportFile> <skip>${skipLicenseCheck}</skip>