Author: nbubna
Date: Thu Oct 2 17:36:12 2008
New Revision: 701271
URL: http://svn.apache.org/viewvc?rev=701271&view=rev
Log:
VELOCITY-596 fix JIRA links in changes report (thx to Adrian Tarau)
Modified:
velocity/engine/trunk/pom.xml
Modified: velocity/engine/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=701271&r1=701270&r2=701271&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Thu Oct 2 17:36:12 2008
@@ -40,6 +40,10 @@
<description>Apache Velocity is a general purpose template
engine.</description>
<inceptionYear>2000</inceptionYear>
<packaging>jar</packaging>
+
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
<build>
<defaultGoal>post-site</defaultGoal>
@@ -244,6 +248,7 @@
</reportSet>
</reportSets>
<configuration>
+ <issueLinkTemplate>${jira.browse.url}/%ISSUE%</issueLinkTemplate>
<!-- Apache JIRA, Component Engine -->
<component>12311337</component>
<!-- FixFor 1.6 -->
@@ -307,8 +312,12 @@
<url>http://svn.apache.org/viewvc/velocity/engine/trunk</url>
</scm>
+ <properties>
+
<jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>
+ </properties>
+
<issueManagement>
<system>JIRA</system>
- <url>https://issues.apache.org/jira/browse/VELOCITY</url>
+ <url>${jira.browse.url}/VELOCITY</url>
</issueManagement>
</project>