From: Eric P. <de...@us...> - 2005-11-01 16:23:02
|
dep4b 05/11/01 08:22:54 Modified: findbugs project.xml Log: Don't tie the Maven plugin release numbers to the FindBugs version numbers. Revision Changes Path 1.29 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- project.xml 11 Oct 2005 06:29:04 -0000 1.28 +++ project.xml 1 Nov 2005 16:22:54 -0000 1.29 @@ -6,7 +6,7 @@ <artifactId>maven-findbugs-plugin</artifactId> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.9.3-SNAPSHOT</currentVersion> + <currentVersion>1.0-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |