From: Eric P. <de...@us...> - 2006-01-03 02:33:23
|
dep4b 06/01/02 18:33:03 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.1 Revision Changes Path 1.32 +14 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 12 Dec 2005 05:01:42 -0000 1.31 +++ project.xml 3 Jan 2006 02:33:03 -0000 1.32 @@ -3,17 +3,22 @@ <project> <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.1-SNAPSHOT</currentVersion> + + <currentVersion>1.1</currentVersion> <!-- organization is in parent --> + <inceptionYear>2003</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> + <description>A plugin to automate FindBugs tasks</description> <shortDescription>Findbugs tasks</shortDescription> <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> @@ -41,8 +46,14 @@ <name>1.0</name> <tag>MAVEN_FINDBUGS_1_0</tag> </version> + <version> + <id>1.1</id> + <name>1.1</name> + <tag>MAVEN_FINDBUGS_1_1</tag> + </version> </versions> <!-- mailingLists is in parent --> + <developers> <developer> <name>Eric Pugh</name> @@ -69,6 +80,7 @@ </contributor> </contributors> <!-- licenses section not done yet --> + <dependencies> <dependency> <groupId>findbugs</groupId> @@ -98,4 +110,5 @@ </dependencies> <!-- build is in the parent --> <!-- reports is in the parent --> + </project> 1.26 +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.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- changes.xml 3 Jan 2006 02:23:27 -0000 1.25 +++ changes.xml 3 Jan 2006 02:33:03 -0000 1.26 @@ -6,7 +6,7 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.1" date="cvs"> + <release version="1.1" date="2006-01-02"> <action dev="dep4b" type="update">Update to findbugs 0.9.4.</action> </release> <release version="1.0" date="2005-11-01"> |