From: Eric P. <de...@us...> - 2005-06-18 13:04:35
|
dep4b 05/06/18 06:04:29 Modified: findbugs/xdocs changes.xml Log: update changes to reflect new 0.9.1 release. Revision Changes Path 1.18 +4 -4 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- changes.xml 12 May 2005 00:10:52 -0000 1.17 +++ changes.xml 18 Jun 2005 13:04:29 -0000 1.18 @@ -6,7 +6,10 @@ </properties> <body> - <release version="0.8.8" date="in CVS"> + <release version="0.9.1" date="in CVS"> + <action dev="epugh" type="update"> + Use findbugs version 0.9.1. + </action> <action dev="dep4b" type="add" due-to="Jon Chrisiansen" issue="1194218"> add workHard option, set to true by default. Set VM to use 256 mb of memory and find low, medium, and high bugs instead of just medium and high by default. @@ -23,9 +26,6 @@ <action dev="gleclaire" type="add"> Added maven.findbugs.includeFilter property. </action> - <action dev="epugh" type="update"> - Use findbugs version 0.8.8. - </action> </release> <release version="0.8.6" date=""> <action dev="epugh" type="update"> |