Use the short notation for JIRA links (<code>%URL%/%ISSUE%</code>). Fixes MPCHANGES-17

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-07-10 16:32:50 +00:00
parent 191e870e08
commit 1dc5bf0ac6
3 changed files with 7 additions and 2 deletions

View File

@ -27,7 +27,7 @@
# %ISSUE% : this is the issue number.
# The default template below is the one for the JIRA bug tracker.
maven.changes.issue.template = %URL%/ViewIssue.jspa?key=%ISSUE%
maven.changes.issue.template = %URL%/%ISSUE%
# For Bugzilla, assuming the issueTrackingUrl points to something like
# http://nagoya.apache.org/bugzilla/

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-changes-plugin</id>
<name>Maven Changes Plugin</name>
<currentVersion>1.5</currentVersion>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<shortDescription>Produce changes report</shortDescription>
<url>http://maven.apache.org/reference/plugins/changes/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>

View File

@ -24,6 +24,11 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="fix" issue="MPCHANGES-17">
Use the short notation for JIRA links (<code>%URL%/%ISSUE%</code>).
</action>
</release>
<release version="1.5" date="2004-07-08">
<action dev="vmassol" type="add">Add generation of RSS feed for current version changes</action>
</release>