Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.9.2 2007-05-07
1.9.1 2006-03-26
1.9 2006-01-29
1.8.2 2005-06-15
1.8.1 2005-06-06
1.7.2 2005-01-08
1.7.1 2004-07-12
1.7 2004-07-08
1.6 2004-06-25
1.5 2004-05-16
1.4 2004-03-07
1.3 2003-09-29
1.2 UNKNOWN
1.1 2002-08-01

Get the RSS feed of the last changes

Release 1.9.2 - 2007-05-07

TypeChangesBy
fix Plugin fails with anonymous access and empty password in scm url. Fixes MPCHANGELOG-89. ltheussl
update Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. aheritier
add New property maven.changelog.useDeveloperConnection . ltheussl
add Support time period in MKS changelog parser. Fixes MPCHANGELOG-86. Thanks to Christoph Jerolimov. ltheussl
update Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Fixes MAVEN-1753. aheritier
update Upgrade to Junit 3.8.2. aheritier

Release 1.9.1 - 2006-03-26

TypeChangesBy
fix Don't construct links to files if repository.url is absent. Fixes MPCHANGELOG-82. ltheussl
fix NullPointerException if developer's id is missing. Fixes MPCHANGELOG-83. ltheussl
fix Replace netbeans's cvslib-3.6 by cvsclient-20051129. Fixes MPCHANGELOG-75. ltheussl

Release 1.9 - 2006-01-29

TypeChangesBy
add New ' lastRelease ' option for maven.changelog.date . ltheussl
fix Some valid scm urls are not allowed. Fixes MPCHANGELOG-81. Thanks to Dennis Lundberg. ltheussl
fix Auto select factory from connection doesn't work if provider name length different from 3. Fixes MPCHANGELOG-72. Thanks to Pascal Larin. ltheussl
add Add MKS SI support. Fixes MPCHANGELOG-80. Thanks to Christoph Jerolimov. ltheussl
fix Changelog returns 0 entries on Windows with CVS (not CVSNT). New property maven.changelog.quoteDate . Fixes MPCHANGELOG-69. ltheussl
fix Changelog plugin creates wrong links for Subversion repositories. New property maven.changelog.svn.baseurl . Fixes MPCHANGELOG-74. ltheussl
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • ant v1.5.3-1 - > v1.6.5
  • commons-jelly-tags-xml v1.0 - > v1.1
  • commons-logging v1.0.3 - > v1.0.4
  • maven v1.0 - > v1.0.2
  • maven-model v3.0.0 - > v3.0.1
  • xercesImpl v 2.4.0 - > v2.6.2
  • xml-apis v 1.0.b2 - > xmlParserAPIs v2.6.2
Fixes MAVEN-1712.
aheritier
fix Incorrect parsing of SVN log files when username contains spaces. Fixes MPCHANGELOG-70. Thanks to Arnaud Bailly. ltheussl

Release 1.8.2 - 2005-06-15

TypeChangesBy
fix Avoid NullPointerException when no type is given Fixes MPCHANGELOG-66. brett
fix Corrected parsing of VSS results Fixes MPCHANGELOG-65. Thanks to Fuad Efendi. brett
fix Corrected parsing of .cvspass Fixes MPCHANGELOG-64. epugh

Release 1.8.1 - 2005-06-06

TypeChangesBy
fix Determine default factory from connection - no need to configure for SCMs other than CVS. Fixes MPCHANGELOG-23. brett
add Add VSS support Fixes MPCHANGELOG-49. Thanks to Freddy Mallet. brett
fix Corrected link for viewcvs configured with muliple cvs repository. Fixes MPCHANGELOG-25. Thanks to Neil Palmer. brett
fix Correctly parse (no author) from SVN logs Fixes MPCHANGELOG-57. Thanks to Sebastian Scholze. brett
fix Add CVS monitor support Fixes MPCHANGELOG-53. Thanks to Kenneth Leider. brett
fix Quote argument with < in it on Windows for the CVS provider - required if using CVSNT Fixes MPCHANGELOG-47. brett
fix Fix problem parsing revisions on Linux introduced by MPCHANGELOG-29 Fixes MPCHANGELOG-55. brett
fix Add the ability to show several sets of changes Fixes MPCHANGELOG-63. Thanks to David Jackman. brett
fix Allow local CVSROOT to only have 5 tokens (no host name) brett

Release 1.7.2 - 2005-01-08

TypeChangesBy
fix Fix subversion revision passing on Windows Fixes MPCHANGELOG-29. Thanks to Matthew Daniel. brett
fix Handles new CVS date format (introduced by cvs 1.12). Fixes MPCHANGELOG-48. Thanks to Erwin van der Koogh. felipeal
fix Perforce Repository URL should include project. Fixes MPCHANGELOG-45. Thanks to Jim Crossley. evenisse
fix Handle ViewCVS URLs with ? in them. Fixes MPCHANGELOG-46. Thanks to Juha Komulainen. dion

Release 1.7.1 - 2004-07-12

TypeChangesBy
fix changelog.xml author tag in Clearcase contains developer.id. Fixes MPCHANGELOG-36. Thanks to Matt Read. dion
fix Plugin does not find the password for the CVSROOT in .cvspass if the CVSROOT in .cvspass is preceded by a "/1". Fixes MPCHANGELOG-34. Thanks to Saito Kazuo. dion

Release 1.7 - 2004-07-08

TypeChangesBy
fix Add the possibility to specify a date format for input stream (Starteam only). evenisse

Release 1.6 - 2004-06-25

TypeChangesBy
fix Prevent any NPE depending on certain repository definition conditions Fixes MPCHANGELOG-34. Thanks to Rafael Santiago, Jr.. brett
fix Build and run plugin against the installed version of Maven brett
fix Fix date format with clearcase. Fixes MPCHANGELOG-39. evenisse
update Allow empty passwords in create-cvspass dion

Release 1.5 - 2004-05-16

TypeChangesBy
fix Parsing of windows user names (domain\user) was broken. Fixes MPCHANGELOG-22. Thanks to Tim Shadel. dion
fix Bad documentation for goals Thanks to Archimedes Trajano. dion
update Add changelog:create-cvspass goal for creating the required .cvspass file Add documentation on .cvspass file for CVSNT users. dion
update Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug. Fixes MPCHANGELOG-31. brett
update Increase password read failure from debug to warning and provide more information dion

Release 1.4 - 2004-03-07

TypeChangesBy
fix Fix bad HTML Fixes MPCHANGELOG-28. dion
update Add maven.changelog.basedir property. evenisse
update If, using the cvslib, fails, then fall back to using the command line call to the cvs executable. epugh
update Added java based CVS library using cvslib. Removed requirement for cvs executable. epugh
update Add support for Perforce SCM and cleaned up some docs. Fixes MPCHANGELOG-7. jcrossley
fix Fix CDATA sections in comments. Fixes MPCHANGELOG-30. Thanks to fabrizio giustina. brett

Release 1.3 - 2003-09-29

TypeChangesBy
update Add support of IBM Rational ClearCase SCM. Fixes MPCHANGELOG-6. dion
update Upgrade to maven 1.0 beta 10 dion
update Upgrade to commons-logging 1.0.3 dion
fix Remove classloader property stuff dion
fix Add xml declaration to generated report. Fixed for character encoding. evenisse
fix Escape filename. Fixes MPCHANGELOG-8. Thanks to Bruce Chenoweth. evenisse
fix I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. Fixes MPCHANGELOG-9. evenisse
fix Corrected link for viewcvs configure d with muliple cvs repository. Fixes MPCHANGELOG-10. evenisse

Release 1.2 - UNKNOWN

TypeChangesBy
add Added more documentation dion
add Reworked CVS changelog plugin to use the project repository connection string, rather than relying on CVS/Entries dion

Release 1.1 - 2002-08-01

TypeChangesBy
fix Fixes MPCHANGELOG-11. smor