|
From: Eric P. <de...@us...> - 2005-06-18 12:53:38
|
dep4b 05/06/18 05:53:29
Modified: findbugs project.xml
Log:
Move to 0.9.1 version of FindBugs
Revision Changes Path
1.22 +2 -25 maven-plugins/findbugs/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- project.xml 6 May 2005 22:05:01 -0000 1.21
+++ project.xml 18 Jun 2005 12:53:28 -0000 1.22
@@ -6,7 +6,7 @@
<id>maven-findbugs-plugin</id>
<name>FindBugs Plug-in</name>
<!-- groupId is in parent -->
- <currentVersion>0.8.8-SNAPSHOT</currentVersion>
+ <currentVersion>0.9.1-SNAPSHOT</currentVersion>
<!-- organization is in parent -->
<inceptionYear>2003</inceptionYear>
<!-- package, logo are in parent. no gumpRepositoryId -->
@@ -63,30 +63,7 @@
<!-- licenses section not done yet -->
<dependencies>
- <!--dependency>
- <groupId>findbugs</groupId>
- <artifactId>findbugs</artifactId>
- <version>0.8.6</version>
- <url>http://findbugs.sourceforge.net/</url>
- </dependency>
- <dependency>
- <groupId>findbugs</groupId>
- <artifactId>findbugs-ant</artifactId>
- <version>0.8.6</version>
- <url>http://findbugs.sourceforge.net/</url>
- </dependency>
- <dependency>
- <groupId>findbugs</groupId>
- <artifactId>findbugs-coreplugin</artifactId>
- <version>0.8.6</version>
- <url>http://findbugs.sourceforge.net/</url>
- </dependency>
- <dependency>
- <groupId>findbugs</groupId>
- <artifactId>findbugs-bcel</artifactId>
- <version>0.8.6</version>
- <url>http://findbugs.sourceforge.net/</url>
- </dependency-->
+ <!-- Findbugs Jars are in src/plugin-resources/jars -->
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
|