|
From: Eric P. <de...@us...> - 2005-03-18 22:16:31
|
dep4b 05/03/18 14:16:24
Modified: findbugs/xdocs changes.xml
findbugs project.xml
Log:
Update dependencies to 0.8.6
Revision Changes Path
1.14 +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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- changes.xml 7 Sep 2004 09:17:19 -0000 1.13
+++ changes.xml 18 Mar 2005 22:16:24 -0000 1.14
@@ -6,7 +6,10 @@
</properties>
<body>
- <release version="0.8.5" date="in cvs">
+ <release version="0.8.6" date="s">
+ <action dev="epugh" type="update">
+ Use findbugs version 0.8.6.
+ </action>
<action dev="mtorp" type="fix">
Fix jelly script error in checking if a pom.artifacts was a jar file or not.
</action>
1.19 +5 -5 maven-plugins/findbugs/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- project.xml 15 Oct 2004 11:17:32 -0000 1.18
+++ project.xml 18 Mar 2005 22:16:24 -0000 1.19
@@ -6,7 +6,7 @@
<id>maven-findbugs-plugin</id>
<name>FindBugs Plug-in</name>
<!-- groupId is in parent -->
- <currentVersion>0.8.5-SNAPSHOT</currentVersion>
+ <currentVersion>0.8.6-SNAPSHOT</currentVersion>
<!-- organization is in parent -->
<inceptionYear>2003</inceptionYear>
<!-- package, logo are in parent. no gumpRepositoryId -->
@@ -66,25 +66,25 @@
<dependency>
<groupId>findbugs</groupId>
<artifactId>findbugs</artifactId>
- <version>0.8.4</version>
+ <version>0.8.6</version>
<url>http://findbugs.sourceforge.net/</url>
</dependency>
<dependency>
<groupId>findbugs</groupId>
<artifactId>findbugs-ant</artifactId>
- <version>0.8.4</version>
+ <version>0.8.6</version>
<url>http://findbugs.sourceforge.net/</url>
</dependency>
<dependency>
<groupId>findbugs</groupId>
<artifactId>findbugs-coreplugin</artifactId>
- <version>0.8.4</version>
+ <version>0.8.6</version>
<url>http://findbugs.sourceforge.net/</url>
</dependency>
<dependency>
<groupId>findbugs</groupId>
<artifactId>findbugs-bcel</artifactId>
- <version>0.8.4</version>
+ <version>0.8.6</version>
<url>http://findbugs.sourceforge.net/</url>
</dependency>
<dependency>
|