You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/08/22 20:26:52 UTC

incubator-tamaya git commit: Update findbugs-maven-plugin version to latest.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master efdaf6a7d -> dba342114


Update findbugs-maven-plugin version to latest.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/dba34211
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/dba34211
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/dba34211

Branch: refs/heads/master
Commit: dba3421140636e88be0e2c3064718eb0f74cb591
Parents: efdaf6a
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Aug 22 22:25:54 2016 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Aug 22 22:25:54 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/dba34211/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb145ed..d29e4b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@ under the License.
         <javadoc.version>2.10.4</javadoc.version>
         <!-- Must/should match the JRuby version used by AsciidoctorJ -->
         <jruby.version>1.7.20</jruby.version>
-        <findbugs.version>3.0.1</findbugs.version>
+        <findbugs.version>3.0.4</findbugs.version>
         <mockito.version>1.10.19</mockito.version>
         <rat.version>0.12</rat.version>
         <toolchains.plugin>1.1</toolchains.plugin>