You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/27 11:59:11 UTC

svn commit: r1366322 - in /commons/sandbox/beanutils2/trunk: pom.xml src/changes/changes.xml

Author: simonetripodi
Date: Fri Jul 27 09:59:10 2012
New Revision: 1366322

URL: http://svn.apache.org/viewvc?rev=1366322&view=rev
Log:
[SANDBOX-431] Add FindBugs report to pom.xml - patch submitted by Benedikt Ritter

Modified:
    commons/sandbox/beanutils2/trunk/pom.xml
    commons/sandbox/beanutils2/trunk/src/changes/changes.xml

Modified: commons/sandbox/beanutils2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1366322&r1=1366321&r2=1366322&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Fri Jul 27 09:59:10 2012
@@ -233,6 +233,11 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.5.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
     </plugins>
   </reporting>
 

Modified: commons/sandbox/beanutils2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/src/changes/changes.xml?rev=1366322&r1=1366321&r2=1366322&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/beanutils2/trunk/src/changes/changes.xml Fri Jul 27 09:59:10 2012
@@ -23,6 +23,9 @@
   </properties>
   <body>
   <release version="0.1" date="201?-??-??" description="First release.">
+    <action dev="simonetripodi" type="add" issue="SANDBOX-431" due-to="Benedikt Ritter">
+      Add FindBugs report to pom.xml
+    </action>
     <action dev="simonetripodi" type="add" issue="SANDBOX-430" due-to="Benedikt Ritter">
       Change getMapped(String).withKey(String) to getMapped(String).of(String)
     </action>