You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/04/11 05:30:26 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6675] Upgrade Apache RAT plugin to 0.13

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 5085d65  [KARAF-6675] Upgrade Apache RAT plugin to 0.13
5085d65 is described below

commit 5085d6576fe27e7a7907e6276a7f9af53b2e9304
Author: Stephen Kitt <sk...@redhat.com>
AuthorDate: Fri Apr 10 11:54:18 2020 +0200

    [KARAF-6675] Upgrade Apache RAT plugin to 0.13
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>
    
    (cherry picked from commit 056eda11005c59a7f2f6dd3ab84885469da294f8)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d4d2c3e..ace5978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2205,7 +2205,7 @@
                     <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
-                        <version>0.12</version>
+                        <version>0.13</version>
                         <executions>
                             <execution>
                                 <phase>verify</phase>