From: Eric P. <de...@us...> - 2005-11-01 16:39:46
|
dep4b 05/11/01 08:39:37 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.0 Revision Changes Path 1.30 +6 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 1 Nov 2005 16:22:54 -0000 1.29 +++ project.xml 1 Nov 2005 16:39:37 -0000 1.30 @@ -6,7 +6,7 @@ <artifactId>maven-findbugs-plugin</artifactId> <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.0-SNAPSHOT</currentVersion> + <currentVersion>1.0</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -15,13 +15,11 @@ <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- 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> @@ -38,6 +36,11 @@ <name>0.9.2</name> <tag>MAVEN_FINDBUGS_0_9_2</tag> </version> + <version> + <id>1.0</id> + <name>1.0</name> + <tag>MAVEN_FINDBUGS_1_0</tag> + </version> </versions> <!-- mailingLists is in parent --> <developers> 1.24 +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.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- changes.xml 1 Nov 2005 16:33:24 -0000 1.23 +++ changes.xml 1 Nov 2005 16:39:37 -0000 1.24 @@ -6,7 +6,7 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.0-SNAPSHOT" date="in CVS"> + <release version="1.0" date="2005-11-01"> <action dev="dep4b" type="update">Switch from naming Maven Findbugs releases after Findbugs versions to using a sequence just for Maven Findbugs Plugin.</action> <action dev="dep4b" type="fix" issue="1078970">Sample findbugs report didn't have xref source to link to.</action> <action dev="dep4b" type="fix" due-to="John Whaley" issue="1194218">FindBugs does not xref to source of inner classes correctly.</action> |