vmassol 2004/07/10 09:32:50 Modified: changes project.xml plugin.properties changes/xdocs changes.xml Log: Use the short notation for JIRA links (<code>%URL%/%ISSUE%</code>). Fixes MPCHANGES-17 Revision Changes Path 1.34 +1 -1 maven-plugins/changes/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/changes/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 8 Jul 2004 15:50:06 -0000 1.33 +++ project.xml 10 Jul 2004 16:32:50 -0000 1.34 @@ -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> 1.7 +1 -1 maven-plugins/changes/plugin.properties Index: plugin.properties =================================================================== RCS file: /home/cvs/maven-plugins/changes/plugin.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.properties 13 Jun 2004 16:13:21 -0000 1.6 +++ plugin.properties 10 Jul 2004 16:32:50 -0000 1.7 @@ -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/ 1.28 +5 -0 maven-plugins/changes/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/changes/xdocs/changes.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- changes.xml 8 Jul 2004 15:49:03 -0000 1.27 +++ changes.xml 10 Jul 2004 16:32:50 -0000 1.28 @@ -24,6 +24,11 @@ <author email="[EMAIL PROTECTED]">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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]