You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/09/29 06:00:52 UTC

git commit: Use ${findbugs.plugin.version}.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 99871ce86 -> 7190bcdc5


Use ${findbugs.plugin.version}.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7190bcdc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7190bcdc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7190bcdc

Branch: refs/heads/master
Commit: 7190bcdc5ac0fb75bcd29f4d7178f0985968cad6
Parents: 99871ce
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Sep 29 00:00:49 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Sep 29 00:00:49 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7190bcdc/log4j-iostreams/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index 9c7cdc5..2fd48c1 100644
--- a/log4j-iostreams/pom.xml
+++ b/log4j-iostreams/pom.xml
@@ -174,7 +174,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
+        <version>${findbugs.plugin.version}</version>
         <configuration>
           <fork>true</fork>
           <jvmArgs>-Duser.language=en</jvmArgs>