You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/11/14 05:18:55 UTC

[incubator-hudi] branch master updated: [HOTFIX] fix missing version of rat-plugin (#1015)

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 22315a8  [HOTFIX] fix missing version of rat-plugin (#1015)
22315a8 is described below

commit 22315a887f5bf277007bdfcec24bc014982a6d4b
Author: 谢磊 <22...@qq.com>
AuthorDate: Thu Nov 14 13:18:46 2019 +0800

    [HOTFIX] fix missing version of rat-plugin (#1015)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3fb3537..398dbca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
     <avro.version>1.7.7</avro.version>
     <scala.version>2.11.8</scala.version>
     <scala.libversion>2.11</scala.libversion>
+    <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
     <scala-maven-plugin.version>3.3.1</scala-maven-plugin.version>
     <scalatest.version>3.0.1</scalatest.version>
     <surefire-log4j.file>file://${project.basedir}/src/test/resources/log4j-surefire.properties</surefire-log4j.file>
@@ -306,6 +307,7 @@
           <!-- excludes are inherited -->
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>${apache-rat-plugin.version}</version>
           <configuration>
             <excludeSubProjects>false</excludeSubProjects>
             <numUnapprovedLicenses>0</numUnapprovedLicenses>