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 --> |