Fixes for Maven changelog plugin to work with CVS 1.12.9

2004-08-09 Thread Vincent Zang
Hi, I recompiled maven changelog plug-in so that it works with CVS 1.12.9 log format. If anyone is also having the same problem, I'll post the changes to the mailing list. cheers, Vincent - To unsubscribe, e-mail: [EMAIL PROT

bug in CVS 1.12.9 causing plugins not work

2004-08-02 Thread Vincent Zang
I just upgraded to CVS 1.12.9. The CVS ouput format has changed in this release. In particular, the date line now uses "-" as a separator instead of "/", and adds a new field ("+"). This has caused some maven plugins to fail because they can not parse the output in new format. I tried to reco