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:
parent
191e870e08
commit
1dc5bf0ac6
@ -27,7 +27,7 @@
|
|||||||
# %ISSUE% : this is the issue number.
|
# %ISSUE% : this is the issue number.
|
||||||
# The default template below is the one for the JIRA bug tracker.
|
# 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
|
# For Bugzilla, assuming the issueTrackingUrl points to something like
|
||||||
# http://nagoya.apache.org/bugzilla/
|
# http://nagoya.apache.org/bugzilla/
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-changes-plugin</id>
|
<id>maven-changes-plugin</id>
|
||||||
<name>Maven Changes Plugin</name>
|
<name>Maven Changes Plugin</name>
|
||||||
<currentVersion>1.5</currentVersion>
|
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||||
<shortDescription>Produce changes report</shortDescription>
|
<shortDescription>Produce changes report</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/changes/</url>
|
<url>http://maven.apache.org/reference/plugins/changes/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>
|
||||||
|
|||||||
@ -24,6 +24,11 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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">
|
<release version="1.5" date="2004-07-08">
|
||||||
<action dev="vmassol" type="add">Add generation of RSS feed for current version changes</action>
|
<action dev="vmassol" type="add">Add generation of RSS feed for current version changes</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user