You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ih...@apache.org on 2010/07/27 10:56:36 UTC

svn commit: r979595 - /logging/log4php/trunk/pom.xml

Author: ihabunek
Date: Tue Jul 27 08:56:36 2010
New Revision: 979595

URL: http://svn.apache.org/viewvc?rev=979595&view=rev
Log:
Fixed a bug in pom.xml which caused invalid links to JIRA to be generated in the changes report (e.g. "/jira/browse/browse/LOG4PHP-95" instead of "/jira/browse/LOG4PHP-95").

Modified:
    logging/log4php/trunk/pom.xml

Modified: logging/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=979595&r1=979594&r2=979595&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Tue Jul 27 08:56:36 2010
@@ -400,7 +400,7 @@
 					</reportSet>
 				</reportSets>
 				<configuration>
-					<issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
+					<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
 				</configuration>
 			</plugin>
 			<plugin>