Fixed MPCHANGES-19

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-08-06 21:40:46 +00:00
parent 4396eaa656
commit cab42a5f9e
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.dom4j.io.*;
/**
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*
* @version $Id: ReleaseVersion.java,v 1.3 2004/04/22 07:34:56 brett Exp $
* @version $Id: ReleaseVersion.java,v 1.4 2004/08/06 21:40:46 carlos Exp $
*/
public class ReleaseVersion
{
@ -124,6 +124,8 @@ public class ReleaseVersion
XMLWriter writer = new XMLWriter( format );
writer.setOutputStream( os );
writer.write( doc );
writer.flush();
writer.close();
}
}

View File

@ -25,6 +25,9 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<action dev="carlos" type="fix" issue="MPCHANGES-19">
Close output file in ReleaseVersion.releaseVersion()
</action>
<action dev="vmassol" type="fix" issue="MPCHANGES-17">
Use the short notation for JIRA links (<code>%URL%/%ISSUE%</code>).
</action>