From: Eric P. <de...@us...> - 2004-05-13 11:51:04
|
dep4b 04/05/13 04:50:57 Modified: findbugs project.xml Log: 0.7.2 has been released to match the findbugs 0.7.2 release Revision Changes Path 1.9 +5 -5 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 19 Apr 2004 13:35:34 -0000 1.8 +++ project.xml 13 May 2004 11:50:56 -0000 1.9 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.7.2-dev</currentVersion> + <currentVersion>0.7.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -49,25 +49,25 @@ <dependency> <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> - <version>0.7.1</version> + <version>0.7.2</version> <url>http://www.cs.umd.edu/~pugh/java/bugs/</url> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> - <version>0.7.1</version> + <version>0.7.2</version> <url>http://www.cs.umd.edu/~pugh/java/bugs/</url> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-coreplugin</artifactId> - <version>0.7.1</version> + <version>0.7.2</version> <url>http://www.cs.umd.edu/~pugh/java/bugs/</url> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-bcel</artifactId> - <version>0.7.1</version> + <version>0.7.2</version> <url>http://www.cs.umd.edu/~pugh/java/bugs/</url> </dependency> <dependency> |
From: Eric P. <de...@us...> - 2004-07-29 18:14:23
|
dep4b 04/07/29 11:14:17 Modified: findbugs project.xml Log: bump version Revision Changes Path 1.11 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 29 Jul 2004 16:31:22 -0000 1.10 +++ project.xml 29 Jul 2004 18:14:17 -0000 1.11 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.8.2</currentVersion> + <currentVersion>0.8.3-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |
From: Eric P. <de...@us...> - 2004-08-09 15:30:30
|
dep4b 04/08/09 08:30:22 Modified: findbugs project.xml Log: add garvin as a contributor Revision Changes Path 1.12 +6 -0 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 29 Jul 2004 18:14:17 -0000 1.11 +++ project.xml 9 Aug 2004 15:30:22 -0000 1.12 @@ -41,8 +41,14 @@ <name>Jerome Lacoste</name> <id>jlacoste</id> </contributor> + <contributor> + <name>Garvin LeClaire</name> + <id>gleclaire</id> + <email>gar...@in...</email> + </contributor> </contributors> + <!-- licenses section not done yet --> <dependencies> |
From: Eric P. <de...@us...> - 2004-08-12 18:39:48
|
dep4b 04/08/12 11:39:40 Modified: findbugs project.xml Log: add version Revision Changes Path 1.14 +7 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 12 Aug 2004 18:28:30 -0000 1.13 +++ project.xml 12 Aug 2004 18:39:40 -0000 1.14 @@ -21,7 +21,13 @@ <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/findbugs/</url> </repository> - <!-- no versions or branches yet --> + <versions> + <version> + <id>0.8.4</id> + <name>0.8.4</name> + <tag>MAVEN_FINDBUGS_0_8_4</tag> + </version> + </versions> <!-- mailingLists is in parent --> <developers> |
From: Eric P. <de...@us...> - 2004-09-07 09:27:06
|
dep4b 04/09/07 02:26:53 Modified: findbugs project.xml Log: Update my info. Revision Changes Path 1.17 +3 -2 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 7 Sep 2004 09:17:18 -0000 1.16 +++ project.xml 7 Sep 2004 09:26:53 -0000 1.17 @@ -34,10 +34,11 @@ <developer> <name>Eric Pugh</name> <id>dep4b</id> - <email>ep...@us...</email> - <organization>Sourceforge</organization> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> <roles> <role>Developer</role> + <role>Build Manager</role> </roles> </developer> </developers> |
From: Eric P. <de...@us...> - 2005-03-18 22:16:31
|
dep4b 05/03/18 14:16:24 Modified: findbugs/xdocs changes.xml findbugs project.xml Log: Update dependencies to 0.8.6 Revision Changes Path 1.14 +4 -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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- changes.xml 7 Sep 2004 09:17:19 -0000 1.13 +++ changes.xml 18 Mar 2005 22:16:24 -0000 1.14 @@ -6,7 +6,10 @@ </properties> <body> - <release version="0.8.5" date="in cvs"> + <release version="0.8.6" date="s"> + <action dev="epugh" type="update"> + Use findbugs version 0.8.6. + </action> <action dev="mtorp" type="fix"> Fix jelly script error in checking if a pom.artifacts was a jar file or not. </action> 1.19 +5 -5 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 15 Oct 2004 11:17:32 -0000 1.18 +++ project.xml 18 Mar 2005 22:16:24 -0000 1.19 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.8.5-SNAPSHOT</currentVersion> + <currentVersion>0.8.6-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -66,25 +66,25 @@ <dependency> <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> - <version>0.8.4</version> + <version>0.8.6</version> <url>http://findbugs.sourceforge.net/</url> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> - <version>0.8.4</version> + <version>0.8.6</version> <url>http://findbugs.sourceforge.net/</url> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-coreplugin</artifactId> - <version>0.8.4</version> + <version>0.8.6</version> <url>http://findbugs.sourceforge.net/</url> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-bcel</artifactId> - <version>0.8.4</version> + <version>0.8.6</version> <url>http://findbugs.sourceforge.net/</url> </dependency> <dependency> |
From: Eric P. <de...@us...> - 2005-06-18 12:53:38
|
dep4b 05/06/18 05:53:29 Modified: findbugs project.xml Log: Move to 0.9.1 version of FindBugs Revision Changes Path 1.22 +2 -25 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 6 May 2005 22:05:01 -0000 1.21 +++ project.xml 18 Jun 2005 12:53:28 -0000 1.22 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.8.8-SNAPSHOT</currentVersion> + <currentVersion>0.9.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -63,30 +63,7 @@ <!-- licenses section not done yet --> <dependencies> - <!--dependency> - <groupId>findbugs</groupId> - <artifactId>findbugs</artifactId> - <version>0.8.6</version> - <url>http://findbugs.sourceforge.net/</url> - </dependency> - <dependency> - <groupId>findbugs</groupId> - <artifactId>findbugs-ant</artifactId> - <version>0.8.6</version> - <url>http://findbugs.sourceforge.net/</url> - </dependency> - <dependency> - <groupId>findbugs</groupId> - <artifactId>findbugs-coreplugin</artifactId> - <version>0.8.6</version> - <url>http://findbugs.sourceforge.net/</url> - </dependency> - <dependency> - <groupId>findbugs</groupId> - <artifactId>findbugs-bcel</artifactId> - <version>0.8.6</version> - <url>http://findbugs.sourceforge.net/</url> - </dependency--> + <!-- Findbugs Jars are in src/plugin-resources/jars --> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> |
From: Eric P. <de...@us...> - 2005-06-20 19:35:29
|
dep4b 05/06/20 12:35:23 Modified: findbugs/xdocs changes.xml findbugs project.xml Log: prepare for 0.9.1 release Revision Changes Path 1.19 +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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- changes.xml 18 Jun 2005 13:04:29 -0000 1.18 +++ changes.xml 20 Jun 2005 19:35:22 -0000 1.19 @@ -27,7 +27,7 @@ Added maven.findbugs.includeFilter property. </action> </release> - <release version="0.8.6" date=""> + <release version="0.8.6" date="20-JUNE-2005"> <action dev="epugh" type="update"> Use findbugs version 0.8.6. Jar's are included as part of the plugin. </action> 1.23 +6 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 18 Jun 2005 12:53:28 -0000 1.22 +++ project.xml 20 Jun 2005 19:35:23 -0000 1.23 @@ -6,7 +6,7 @@ <id>maven-findbugs-plugin</id> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>0.9.1-SNAPSHOT</currentVersion> + <currentVersion>0.9.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -26,6 +26,11 @@ <name>0.8.4</name> <tag>MAVEN_FINDBUGS_0_8_4</tag> </version> + <version> + <id>0.9.1</id> + <name>0.9.1</name> + <tag>MAVEN_FINDBUGS_0_9_1</tag> + </version> </versions> <!-- mailingLists is in parent --> |
From: Carlos S. <car...@us...> - 2005-09-12 13:42:15
|
carlossg 05/09/12 06:41:37 Modified: findbugs project.xml Log: [maven-scm-plugin] prepare release 0.9.2 Revision Changes Path 1.26 +3 -0 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 12 Sep 2005 13:04:48 -0000 1.25 +++ project.xml 12 Sep 2005 13:41:37 -0000 1.26 @@ -14,10 +14,13 @@ <shortDescription>Findbugs tasks</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-findbugs-plugin/</siteDirectory> + <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/findbugs</connection> + <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/findbugs</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/findbugs/</url> </repository> + <versions> <version> <id>0.8.4</id> |
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 --> |
From: Eric P. <de...@us...> - 2005-12-12 05:01:49
|
dep4b 05/12/11 21:01:44 Modified: findbugs project.xml Log: prep for 1.1 Revision Changes Path 1.31 +4 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 1 Nov 2005 16:39:37 -0000 1.30 +++ project.xml 12 Dec 2005 05:01:42 -0000 1.31 @@ -6,7 +6,7 @@ <artifactId>maven-findbugs-plugin</artifactId> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -78,17 +78,17 @@ <dependency> <groupId>findbugs</groupId> <artifactId>coreplugin</artifactId> - <version>0.9.3</version> + <version>0.9.4</version> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> - <version>0.9.3</version> + <version>0.9.4</version> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> - <version>0.9.3</version> + <version>0.9.4</version> </dependency> <dependency> <groupId>dom4j</groupId> |
From: Jeff J. <jef...@us...> - 2006-05-13 14:15:11
|
jeffjensen 06/05/13 07:15:10 Modified: findbugs project.xml Log: Add schema ref to project.xml for validation use. Revision Changes Path 1.35 +5 -2 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- project.xml 3 May 2006 05:32:21 -0000 1.34 +++ project.xml 13 May 2006 14:15:10 -0000 1.35 @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> - <extend>${basedir}/../plugin-project.xml</extend> +<project xmlns="http://maven.apache.org/POM/3.0.0" + 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> <!--pomVersion is in parent --> <artifactId>maven-findbugs-plugin</artifactId> |
From: Jeff J. <jef...@us...> - 2006-05-15 02:16:25
|
jeffjensen 06/05/14 19:16:23 Modified: findbugs project.xml Log: Update project URLs to new SF changes. Revision Changes Path 1.36 +4 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- project.xml 13 May 2006 14:15:10 -0000 1.35 +++ project.xml 15 May 2006 02:16:23 -0000 1.36 @@ -24,9 +24,10 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-findbugs-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/findbugs</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/findbugs</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/findbugs/</url> + <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> |
From: Jeff J. <jef...@us...> - 2006-07-04 23:25:51
|
jeffjensen 06/07/04 16:25:50 Modified: findbugs project.xml Log: Change to use net.sourceforge.findbugs groupId. Revision Changes Path 1.39 +4 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- project.xml 24 Jun 2006 13:31:26 -0000 1.38 +++ project.xml 4 Jul 2006 23:25:50 -0000 1.39 @@ -101,22 +101,22 @@ <dependencies> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>bcel</artifactId> <version>5.1</version> </dependency> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>coreplugin</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>findbugs</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>findbugs-ant</artifactId> <version>1.0.0</version> </dependency> |
From: Jeff J. <jef...@us...> - 2006-07-07 02:30:26
|
jeffjensen 06/07/06 19:30:23 Modified: findbugs project.xml Log: Revert to old groupId "findbugs" - FB run fails when using new one "net.sourceforge.findbugs". Something must be wrong with jars or poms at the new location. Revision Changes Path 1.40 +4 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 4 Jul 2006 23:25:50 -0000 1.39 +++ project.xml 7 Jul 2006 02:30:23 -0000 1.40 @@ -101,22 +101,22 @@ <dependencies> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>bcel</artifactId> <version>5.1</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>coreplugin</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> <version>1.0.0</version> </dependency> |
From: Jeff J. <jef...@us...> - 2007-01-28 12:01:01
|
jeffjensen 07/01/28 04:00:59 Modified: findbugs project.xml Log: Set my timezone. Revision Changes Path 1.43 +1 -0 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- project.xml 9 Aug 2006 02:12:33 -0000 1.42 +++ project.xml 28 Jan 2007 12:00:59 -0000 1.43 @@ -95,6 +95,7 @@ <contributor> <name>Jeff Jensen</name> <email>jef...@us...</email> + <timezone>-6</timezone> </contributor> </contributors> <!-- licenses section not done yet --> |
From: Jeff J. <jef...@us...> - 2007-01-28 15:37:18
|
jeffjensen 07/01/28 07:37:15 Modified: findbugs/xdocs changes.xml findbugs project.xml Log: Change from snapshot to release. Revision Changes Path 1.35 +2 -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.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- changes.xml 9 Aug 2006 02:12:33 -0000 1.34 +++ changes.xml 28 Jan 2007 15:37:15 -0000 1.35 @@ -4,9 +4,10 @@ <properties> <title>Changes</title> <author email="ep...@op...">Eric Pugh</author> + <author email="jef...@so...">Jeff Jensen</author> </properties> <body> - <release version="1.3.1" date="in CVS"> + <release version="1.3.1" date="2007-01-28"> <action dev="jeffjensen" type="update" issue="1536970" due-to="Shinobu Kawai"> Should use prereqs for java:compile. </action> 1.44 +16 -6 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- project.xml 28 Jan 2007 12:00:59 -0000 1.43 +++ project.xml 28 Jan 2007 15:37:15 -0000 1.44 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3.1-SNAPSHOT</currentVersion> + <currentVersion>1.3.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -65,6 +65,11 @@ <name>1.3</name> <tag>MAVEN_FINDBUGS_1_3</tag> </version> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>MAVEN_FINDBUGS_1_3_1</tag> + </version> </versions> <!-- mailingLists is in parent --> @@ -79,6 +84,16 @@ <role>Build Manager</role> </roles> </developer> + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jef...@us...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers> <contributors> <contributor> @@ -92,11 +107,6 @@ <name>Markus Torpvret</name> <email>mt...@us...</email> </contributor> - <contributor> - <name>Jeff Jensen</name> - <email>jef...@us...</email> - <timezone>-6</timezone> - </contributor> </contributors> <!-- licenses section not done yet --> |
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 --> |