From: Vlad S. <vl...@us...> - 2005-12-01 00:23:06
|
Update of /cvsroot/jtidy/jtidyservlet-webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19767 Modified Files: project.xml Log Message: fix for maven 1.1 Index: project.xml =================================================================== RCS file: /cvsroot/jtidy/jtidyservlet-webapp/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 29 Apr 2005 21:23:58 -0000 1.9 +++ project.xml 1 Dec 2005 00:22:57 -0000 1.10 @@ -259,7 +259,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> |