This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch ottlinger-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git
commit 3b6b99c0a6c237b8fa0b5c8ce4e555582d53eae2 Author: P. Ottlinger <[email protected]> AuthorDate: Thu Mar 21 11:03:40 2019 +0100 TAMAYA-385: Update to latest RAT Use v0.13. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bcbeb9a..b59f5fb 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ under the License. <jruby.version>1.7.26</jruby.version> <findbugs.version>3.0.4</findbugs.version> <mockito.version>1.10.19</mockito.version> - <rat.version>0.12</rat.version> + <rat.version>0.13</rat.version> <toolchains.plugin>1.1</toolchains.plugin> <!-- Dependencies for site generation --> @@ -616,7 +616,7 @@ under the License. apache-rat-plugin </artifactId> <versionRange> - [0.12,) + [0.13,) </versionRange> <goals> <goal>check</goal>
