This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 1e292056d [INLONG-5182][CI] Upgrade apache-rat-plugin to compatible
with parallel builds (#5183)
1e292056d is described below
commit 1e292056dc045bb5c4357a011835696d2949c784
Author: leosanqing <[email protected]>
AuthorDate: Sun Jul 24 18:15:33 2022 +0800
[INLONG-5182][CI] Upgrade apache-rat-plugin to compatible with parallel
builds (#5183)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9d1051c51..d46dd951b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1627,7 +1627,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.13</version>
+ <version>0.14</version>
<executions>
<execution>
<phase>verify</phase>