From: Eric P. <de...@us...> - 2005-06-20 19:35:29
|
dep4b 05/06/20 12:35:23 Modified: findbugs/xdocs changes.xml findbugs project.xml Log: prepare for 0.9.1 release Revision Changes Path 1.19 +1 -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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- changes.xml 18 Jun 2005 13:04:29 -0000 1.18 +++ changes.xml 20 Jun 2005 19:35:22 -0000 1.19 @@ -27,7 +27,7 @@ Added maven.findbugs.includeFilter property. </action> </release> - <release version="0.8.6" date=""> + <release version="0.8.6" date="20-JUNE-2005"> <action dev="epugh" type="update"> Use findbugs version 0.8.6. Jar's are included as part of the plugin. </action> 1.23 +6 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 18 Jun 2005 12:53:28 -0000 1.22 +++ project.xml 20 Jun 2005 19:35:23 -0000 1.23 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.9.1-SNAPSHOT</currentVersion> + <currentVersion>0.9.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -26,6 +26,11 @@ <name>0.8.4</name> <tag>MAVEN_FINDBUGS_0_8_4</tag> </version> + <version> + <id>0.9.1</id> + <name>0.9.1</name> + <tag>MAVEN_FINDBUGS_0_9_1</tag> + </version> </versions> <!-- mailingLists is in parent --> |