Version | Date | Description |
---|---|---|
1.7 | 2006-10-29 | |
1.6 | 2005-12-12 | |
1.5.1 | 2004-10-23 | |
1.5 | 2004-07-08 | |
1.4 | 2004-05-15 | |
1.3 | 2004-03-07 | |
1.2 | 2003-09-29 |
Type | Changes | By |
---|---|---|
changes:release-version
removes spaces after closing tags.
Fixes MPCHANGES-31.
|
ltheussl | |
It now requires Maven 1.1. | ltheussl | |
The encoding of the changes.xml file is not preserved after doing release-version. Fixes MPCHANGES-32. | ltheussl | |
New property maven.changes.outputencoding. | ltheussl | |
Update dom4j dependency to match the one in maven 1.1 core. | ltheussl | |
Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Fixes MAVEN-1753. | aheritier | |
Upgrade to commons-io 1.2. | aheritier | |
Missing
changes.xml
makes report fail.
Fixes MPCHANGES-30.
|
ltheussl | |
Add icons used by this plugin. This must be independent of the xdoc plugin. Fixes MPCHANGES-29. | aheritier |
Type | Changes | By |
---|---|---|
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier | |
Validate
changes.xml
.
Fixes MPCHANGES-25.
|
ltheussl | |
Add multiple due-to/due-to-email support. Fixes MPCHANGES-15. | ltheussl | |
Add multiple issue support. Fixes MPCHANGES-16. | ltheussl | |
The encoding of changes.xml is not preserved after
scm:prepare-release
.
Fixes MPCHANGES-24.
|
ltheussl | |
Fix XTHML 1.0 compliance. | aheritier | |
Document description attribute of release element. Fixes MPCHANGES-22. Thanks to Mike Traum. | ltheussl | |
Add a live bookmark link for the RSS for Firefox. | brett | |
Added sorting of
<
action
>
elements. It is controlled by 2 properties. The
maven.changes.sort
property decides whether sorting is enabled or not and the
maven.changes.sort.order
one decides the sort order. Defaults to
add,fix,update,remove
.
Fixes MPCHANGES-14.
|
vmassol |
Type | Changes | By |
---|---|---|
Fixed typo in changes.xml example on plugin web site. Fixes MPCHANGES-20. | vmassol | |
Close output file in ReleaseVersion.releaseVersion() Fixes MPCHANGES-19. | carlos | |
Use the short notation for JIRA links (
%URL%/%ISSUE%
).
Fixes MPCHANGES-17.
|
vmassol |
Type | Changes | By |
---|---|---|
Add generation of RSS feed for current version changes | vmassol |
Type | Changes | By |
---|---|---|
"title" attribute added to images. Correction of links in "Release History". Fixes MPCHANGES-8. Thanks to Bertrand Florat. | aheritier | |
Fix issues with DOM classes and jdk1.3 | dion | |
Don't overwrite currentVersion if it already has a release date. Add unit tests. Fixes MPCHANGES-7. | brett | |
Added documentation for the format of
changes.xml
file.
Fixes MPCHANGES-5.
|
vmassol | |
Fix anchor links in report Fixes MPCHANGES-6. Thanks to Tim Shadel. | brett |
Type | Changes | By |
---|---|---|
Added new
due-to
and
due-to-email
attributes to the
<
action
>
element so that proper acknowledgments can be given.
|
vmassol | |
Added new
issue
attribute to
<
action
>
elements in
changes.xml
file.
Fixes MPCHANGES-1.
|
vmassol | |
HTML tags entered inside
<
action
>
tags now show up in the generated report.
Fixes MPCHANGES-3.
|
vmassol | |
Add the ability to transform a changes source file to resolve the current version and set the release date. | brett |
Type | Changes | By |
---|---|---|
Add test project | dion | |
Update to use maven.docs.*/maven.gen.docs | dion | |
Add index table of releas e. Fixes MPCHANGES-4. | evenisse | |
Add xml declaration to generated report. Fixed for character encoding. | evenisse | |
Fixed the xdocs which were simply a copy of the changelog plugin docs. | vmassol |