read/write changelog.xml inconsistency --------------------------------------
Key: MCHANGELOG-108 URL: http://jira.codehaus.org/browse/MCHANGELOG-108 Project: Maven 2.x Changelog Plugin Issue Type: Bug Affects Versions: 2.1 Reporter: Grzegorz Kochanski Priority: Minor ChangelogHandler.java:165 bufSet.setStartVersion(new ScmTag(attributes.getValue("startTag"))); bufSet.setEndVersion(new ScmTag(attributes.getValue("endTag"))); ChangeLogSet.java:180 if ( startVersion != null ) { buffer.append( " startVersion=\"" ) .append( getStartVersion() ) .append( "\"" ); } if ( endVersion != null ) { buffer.append( " endVersion=\"" ) .append( getEndVersion() ) .append( "\"" ); } Please fix field name to startVersion/endVersion. When changelog.xml is present then settings like: type, range, dates should be taken from this file during repoprt generation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira