You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/19 14:44:19 UTC

[sling-org-apache-sling-scripting-sightly] branch experimental-scripting-resolver updated: releng: update findbugs plugin for maven 3.6.0

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

radu pushed a commit to branch experimental-scripting-resolver
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git


The following commit(s) were added to refs/heads/experimental-scripting-resolver by this push:
     new 202112f  releng: update findbugs plugin for maven 3.6.0
202112f is described below

commit 202112f5edaf2f9ef4d58187b72ba3ead2a74347
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Wed Dec 19 15:44:05 2018 +0100

    releng: update findbugs plugin for maven 3.6.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0dd697..a093acb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.5</version>
                 <configuration>
                     <effort>Max</effort>
                     <xmlOutput>true</xmlOutput>