From: Eric P. <de...@us...> - 2005-11-01 16:33:30
|
dep4b 05/11/01 08:33:25 Modified: findbugs/xdocs changes.xml Log: update list of changes for 1.0. Revision Changes Path 1.23 +4 -1 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 11 Oct 2005 05:06:37 -0000 1.22 +++ changes.xml 1 Nov 2005 16:33:24 -0000 1.23 @@ -6,7 +6,10 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="0.9.3-SNAPSHOT" date="in CVS"> + <release version="1.0-SNAPSHOT" date="in CVS"> + <action dev="dep4b" type="update">Switch from naming Maven Findbugs releases after Findbugs versions to using a sequence just for Maven Findbugs Plugin.</action> + <action dev="dep4b" type="fix" issue="1078970">Sample findbugs report didn't have xref source to link to.</action> + <action dev="dep4b" type="fix" due-to="John Whaley" issue="1194218">FindBugs does not xref to source of inner classes correctly.</action> <action dev="carlossg" type="fix">Use libraries as dependencies instead of bundle them.</action> <action dev="carlossg" type="update">Upgrade to findbugs 0.9.3.</action> </release> |