|
From: Lukas T. <luk...@us...> - 2007-07-09 09:02:42
|
lukas_theussl 07/07/09 02:02:39
Modified: findbugs project.xml project.properties
Log:
Add myself as developer. Fix repo connection strings (trailing slash is required for correct links in the changelog report). Show changelog since last release.
Revision Changes Path
1.47 +13 -3 maven-plugins/findbugs/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- project.xml 29 May 2007 20:54:59 -0000 1.46
+++ project.xml 9 Jul 2007 09:02:38 -0000 1.47
@@ -24,9 +24,9 @@
<siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-findbugs-plugin/</siteDirectory>
<repository>
- <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>
+ <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>
@@ -94,6 +94,16 @@
</roles>
<timezone>-6</timezone>
</developer>
+ <developer>
+ <name>Lukas Theussl</name>
+ <id>lukas_theussl</id>
+ <email>luk...@us...</email>
+ <organization>Sourceforge</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
</developers>
<contributors>
<contributor>
1.6 +2 -0 maven-plugins/findbugs/project.properties
Index: project.properties
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.properties 6 May 2005 22:04:37 -0000 1.5
+++ project.properties 9 Jul 2007 09:02:39 -0000 1.6
@@ -12,3 +12,5 @@
#maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/maven-plugins
+maven.changelog.type=date
+maven.changelog.date=lastRelease
\ No newline at end of file
|