From: Jeff J. <jef...@us...> - 2007-08-23 03:13:20
|
jeffjensen 07/08/22 20:13:15 Modified: findbugs/xdocs changes.xml findbugs project.xml Log: Prep to release 1.4. Revision Changes Path 1.37 +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.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- changes.xml 29 May 2007 20:54:59 -0000 1.36 +++ changes.xml 23 Aug 2007 03:13:13 -0000 1.37 @@ -7,7 +7,7 @@ <author email="jef...@so...">Jeff Jensen</author> </properties> <body> - <release version="1.4-SNAPSHOT" date="in CVS"> + <release version="1.4" date="2007-08-22"> <action dev="lukas_theussl" type="update">Update to findbugs 1.2.0.</action> <action dev="lukas_theussl" type="fix">Plugin produced invalid xhtml.</action> </release> 1.48 +6 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- project.xml 9 Jul 2007 09:02:38 -0000 1.47 +++ project.xml 23 Aug 2007 03:13:15 -0000 1.48 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -70,6 +70,11 @@ <name>1.3.1</name> <tag>MAVEN_FINDBUGS_1_3_1</tag> </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_FINDBUGS_1_4</tag> + </version> </versions> <!-- mailingLists is in parent --> |