From: Jeff J. <jef...@us...> - 2006-06-06 03:05:20
|
jeffjensen 06/06/04 18:29:26 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: Change version from snapshot to release. Revision Changes Path 1.37 +3 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- project.xml 15 May 2006 02:16:23 -0000 1.36 +++ project.xml 5 Jun 2006 01:29:26 -0000 1.37 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -56,8 +56,8 @@ <tag>MAVEN_FINDBUGS_1_1</tag> </version> <version> - <id>1.2-SNAPSHOT</id> - <name>1.2-SNAPSHOT</name> + <id>1.2</id> + <name>1.2</name> <tag>MAVEN_FINDBUGS_1_2</tag> </version> </versions> 1.30 +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.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- changes.xml 3 May 2006 05:32:21 -0000 1.29 +++ changes.xml 5 Jun 2006 01:29:26 -0000 1.30 @@ -6,7 +6,7 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="2005-05-03"> + <release version="1.2" date="2005-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.timeout property.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.visitors property.</action> |
From: Jeff J. <jef...@us...> - 2006-07-05 02:35:12
|
jeffjensen 06/07/04 19:35:10 Modified: findbugs/xdocs changes.xml Log: Update changes.xml. Revision Changes Path 1.32 +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.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- changes.xml 24 Jun 2006 13:31:26 -0000 1.31 +++ changes.xml 5 Jul 2006 02:35:10 -0000 1.32 @@ -9,6 +9,8 @@ <release version="1.3" date="in CVS"> <action dev="jeffjensen" type="update">Update to findbugs 1.0.0.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.failOnError property.</action> + <action dev="jeffjensen" type="add">Added maven.findbugs.quietErrors property.</action> + <action dev="jeffjensen" type="add">Changed to use new net.sourceforge.findbugs groupId - the one used for Maven 2.</action> </release> <release version="1.2" date="2005-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> |
From: Jeff J. <jef...@us...> - 2006-07-09 23:31:42
|
jeffjensen 06/07/09 16:31:40 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: Finalize release 1.3. Revision Changes Path 1.41 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- project.xml 7 Jul 2006 02:30:23 -0000 1.40 +++ project.xml 9 Jul 2006 23:31:40 -0000 1.41 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.3</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> 1.33 +2 -3 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- changes.xml 5 Jul 2006 02:35:10 -0000 1.32 +++ changes.xml 9 Jul 2006 23:31:40 -0000 1.33 @@ -6,13 +6,12 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.3" date="in CVS"> + <release version="1.3" date="2006-07-09"> <action dev="jeffjensen" type="update">Update to findbugs 1.0.0.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.failOnError property.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.quietErrors property.</action> - <action dev="jeffjensen" type="add">Changed to use new net.sourceforge.findbugs groupId - the one used for Maven 2.</action> </release> - <release version="1.2" date="2005-06-04"> + <release version="1.2" date="2006-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.timeout property.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.visitors property.</action> |
From: Jeff J. <jef...@us...> - 2006-08-09 02:12:35
|
jeffjensen 06/08/08 19:12:33 Modified: findbugs plugin.jelly project.xml findbugs/xdocs changes.xml Log: Prep for release 1.3.1. Fix 1536970 "Should use prereqs for java:compile", thanks to Shinobu Kawai. Revision Changes Path 1.16 +1 -3 maven-plugins/findbugs/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.jelly,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plugin.jelly 4 Jul 2006 23:25:25 -0000 1.15 +++ plugin.jelly 9 Aug 2006 02:12:32 -0000 1.16 @@ -54,11 +54,9 @@ Generate the FindBugs report. ======================================================================== --> - <goal name="maven-findbugs-plugin:report" + <goal name="maven-findbugs-plugin:report" prereqs="java:compile" description="Generate source code report with FindBugs"> - <attainGoal name="java:compile"/> - <!-- Create the dirs if we start from a previously cleaned project --> <mkdir dir="${maven.build.dir}"/> <mkdir dir="${maven.docs.dest}"/> 1.42 +3 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- project.xml 9 Jul 2006 23:31:40 -0000 1.41 +++ project.xml 9 Aug 2006 02:12:33 -0000 1.42 @@ -4,14 +4,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> - <extend>${basedir}/../plugin-project.xml</extend> + <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> <artifactId>maven-findbugs-plugin</artifactId> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3</currentVersion> + <currentVersion>1.3.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -27,8 +27,8 @@ <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/findbugs</connection> <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/findbugs</developerConnection> <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/findbugs</url> - </repository> + <versions> <version> <id>0.8.4</id> 1.34 +5 -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.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- changes.xml 9 Jul 2006 23:31:40 -0000 1.33 +++ changes.xml 9 Aug 2006 02:12:33 -0000 1.34 @@ -6,6 +6,11 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> + <release version="1.3.1" date="in CVS"> + <action dev="jeffjensen" type="update" issue="1536970" due-to="Shinobu Kawai"> + Should use prereqs for java:compile. + </action> + </release> <release version="1.3" date="2006-07-09"> <action dev="jeffjensen" type="update">Update to findbugs 1.0.0.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.failOnError property.</action> |