MPCHANGES-20. Fixed typo in changes.xml example on plugin web site.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.6-SNAPSHOT" date="in CVS">
|
||||
<action dev="vmassol" type="fix" issue="MPCHANGES-20">
|
||||
Fixed typo in changes.xml example on plugin web site.
|
||||
</action>
|
||||
<action dev="carlos" type="fix" issue="MPCHANGES-19">
|
||||
Close output file in ReleaseVersion.releaseVersion()
|
||||
</action>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<action dev="vmassol" type="add">
|
||||
Added blah blah.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix" issues="JIRA-XXX">
|
||||
<action dev="vmassol" type="fix" issue="JIRA-XXX">
|
||||
Corrected bug blah blah.
|
||||
</action>
|
||||
<action dev="vmassol" type="remove" due-to="John Doe" due-to-email="john@doe.com">
|
||||
|
||||
Reference in New Issue
Block a user