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:29:18 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 056eda1  [KARAF-6675] Upgrade Apache RAT plugin to 0.13
     new 5fefb67  Merge pull request #1095 from skitt/rat-0.13
056eda1 is described below

commit 056eda11005c59a7f2f6dd3ab84885469da294f8
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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ebb21e5..11402ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2201,7 +2201,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>