From: Eric P. <de...@us...> - 2006-01-03 02:54:04
|
dep4b 06/01/02 18:53:58 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: prep for 1.2 version! Revision Changes Path 1.33 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- project.xml 3 Jan 2006 02:33:03 -0000 1.32 +++ project.xml 3 Jan 2006 02:53:58 -0000 1.33 @@ -8,7 +8,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> 1.27 +2 -0 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- changes.xml 3 Jan 2006 02:33:03 -0000 1.26 +++ changes.xml 3 Jan 2006 02:53:58 -0000 1.27 @@ -6,6 +6,8 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> + <release version="1.2" date="in cvs"> + </release> <release version="1.1" date="2006-01-02"> <action dev="dep4b" type="update">Update to findbugs 0.9.4.</action> </release> |