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 e8e1bca  [MPOM-170] fixed versions order in GitHub compare url
e8e1bca is described below

commit e8e1bca18d0e0f77391031d2d2430d23c8d43233
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Tue Jan 9 23:30:03 2018 +0100

    [MPOM-170] fixed versions order in GitHub compare url
---
 src/site-docs/apt/index.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 1a38484..2a54c24 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -116,15 +116,15 @@ Settings Configuration
 History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-  HEAD: 
{{{https://github.com/apache/maven-apache-parent/tree/HEAD/pom.xml}$project.version}}
+  master: 
{{{https://github.com/apache/maven-apache-parent/tree/master/pom.xml}$project.version}}
   
({{{https://gitbox.apache.org/repos/asf?p=maven-apache-parent.git;a=blobdiff;f=pom.xml;hb=master;hpb=apache-18}diff}},
-  
{{{https://github.com/apache/maven-apache-parent/compare/HEAD...apache-18}commits}})
+  
{{{https://github.com/apache/maven-apache-parent/compare/apache-18...master}commits}})
 #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}},
-|  
{{{https://github.com/apache/maven-apache-parent/compare/apache-$version...apache-$prev}commits}})
 | $date |
+|  
{{{https://github.com/apache/maven-apache-parent/compare/apache-$prev...apache-$version}commits}})
 | $date |
 #end
 
 *--------------+------------+

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

Reply via email to