From: Vlad S. <vl...@us...> - 2005-12-01 00:22:19
|
Update of /cvsroot/jtidy/jtidyservlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19603 Modified Files: project.xml Log Message: fix for maven 1.1 Index: project.xml =================================================================== RCS file: /cvsroot/jtidy/jtidyservlet/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 27 Nov 2004 19:04:48 -0000 1.10 +++ project.xml 1 Dec 2005 00:22:11 -0000 1.11 @@ -192,7 +192,7 @@ <dependency> <groupId>maven-plugins</groupId> <artifactId>maven-findbugs-plugin</artifactId> - <version>0.8.4</version> + <version>0.9.2</version> <type>plugin</type> <properties> <comment>maven plugin for the findbug report</comment> |