fixed JIRA URL pattern

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1210015 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3974245..6159d06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.3</version>
         <configuration>
-          <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
+          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
         </configuration>
         <reportSets>
           <reportSet>