This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new a8875da AVRO-2261 Bump Rat version (#372)
a8875da is described below
commit a8875da2cff6bd08c4169f3126b1871f09c557e3
Author: Fokko Driesprong <fokko@driesprong.frl>
AuthorDate: Mon Nov 12 16:22:24 2018 +0100
AVRO-2261 Bump Rat version (#372)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0dfecbd..0792baa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<!-- plugin versions -->
<antrun-plugin.version>1.7</antrun-plugin.version>
<enforcer-plugin.version>1.3.1</enforcer-plugin.version>
- <rat.version>0.12</rat.version>
+ <rat.version>0.13</rat.version>
<checkstyle-plugin.version>2.17</checkstyle-plugin.version>
</properties>
|