From: Eric P. <de...@us...> - 2004-08-12 19:00:31
|
dep4b 04/08/12 12:00:23 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: prep next version Revision Changes Path 1.15 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 12 Aug 2004 18:39:40 -0000 1.14 +++ project.xml 12 Aug 2004 19:00:23 -0000 1.15 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.8.4</currentVersion> + <currentVersion>0.8.5-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> 1.12 +3 -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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 12 Aug 2004 18:58:38 -0000 1.11 +++ changes.xml 12 Aug 2004 19:00:23 -0000 1.12 @@ -2,10 +2,12 @@ <document> <properties> <title>Changes</title> - <author email="ep...@up...">Eric Pugh</author> + <author email="ep...@op...">Eric Pugh</author> </properties> <body> + <release version="0.8.5" date="in cvs"> + </release> <release version="0.8.4" date="12-AUGUST-2004"> <action dev="epugh" type="update"> Use findbugs version 0.8.4. |