You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/02/04 12:52:57 UTC

svn commit: r1823092 - /commons/proper/validator/trunk/pom.xml

Author: pascalschumacher
Date: Sun Feb  4 12:52:57 2018
New Revision: 1823092

URL: http://svn.apache.org/viewvc?rev=1823092&view=rev
Log:
pom.xml: use findbugs version from commons-parent (side-effect: close #5)

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1823092&r1=1823091&r2=1823092&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Feb  4 12:52:57 2018
@@ -299,7 +299,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.4</version>
+        <version>${commons.findbugs.version}</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>