You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/03/16 13:49:13 UTC

logging-chainsaw git commit: Update change report to use JIRA

Repository: logging-chainsaw
Updated Branches:
  refs/heads/master 5f3a9cbee -> e7ad5821a


Update change report to use JIRA


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/e7ad5821
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/e7ad5821
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/e7ad5821

Branch: refs/heads/master
Commit: e7ad5821a8cd82e4817009ca5f0209cd7699801f
Parents: 5f3a9cb
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 16 08:49:08 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 16 08:49:08 2018 -0500

----------------------------------------------------------------------
 pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/e7ad5821/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ca7befa..58ebeee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,14 +451,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.3</version>
-        <configuration>
-          <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
-        </configuration>
+        <version>2.12.1</version>
         <reportSets>
           <reportSet>
             <reports>
-              <report>changes-report</report>
+              <report>jira-report</report>
             </reports>
           </reportSet>
         </reportSets>