From: Jeff J. <jef...@us...> - 2006-07-07 02:30:26
|
jeffjensen 06/07/06 19:30:23 Modified: findbugs project.xml Log: Revert to old groupId "findbugs" - FB run fails when using new one "net.sourceforge.findbugs". Something must be wrong with jars or poms at the new location. Revision Changes Path 1.40 +4 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 4 Jul 2006 23:25:50 -0000 1.39 +++ project.xml 7 Jul 2006 02:30:23 -0000 1.40 @@ -101,22 +101,22 @@ <dependencies> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>bcel</artifactId> <version>5.1</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>coreplugin</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> <version>1.0.0</version> </dependency> |