You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/09 22:02:42 UTC

[maven-apache-parent] branch master updated: [MPOM-170] added commit link on GitHub for history

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 82c5078  [MPOM-170] added commit link on GitHub for history
82c5078 is described below

commit 82c507878a5a8588c81cd01e5f1eb0d5c1983f9f
Author: herve <he...@herve-VirtualBox>
AuthorDate: Tue Jan 9 19:25:34 2018 +0100

    [MPOM-170] added commit link on GitHub for history
---
 src/site-docs/apt/index.apt.vm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index d126759..1a38484 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -122,7 +122,9 @@ History
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
-| {{{https://github.com/apache/maven-apache-parent/tree/apache-$version/pom.xml}$version}} ({{{https://gitbox.apache.org/repos/asf?p=maven-apache-parent.git;a=blobdiff;f=pom.xml;hb=apache-$version;hpb=apache-$prev}diff}}) | $date |
+|  {{{https://github.com/apache/maven-apache-parent/tree/apache-$version/pom.xml}$version}}
+| ({{{https://gitbox.apache.org/repos/asf?p=maven-apache-parent.git;a=blobdiff;f=pom.xml;hb=apache-$version;hpb=apache-$prev}diff}},
+|  {{{https://github.com/apache/maven-apache-parent/compare/apache-$version...apache-$prev}commits}}) | $date |
 #end
 
 *--------------+------------+
@@ -154,4 +156,3 @@ History
 *--------------+------------+
 #display( 6, '2009-04-24' )
 *--------------+------------+
-  

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].