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