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

szetszwo pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git

commit 445aa6523b6c72eab6005f53bd4ec9c0ae611a34
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Sep 15 11:38:14 2021 +0200

    RATIS-1394. Wrong date for 2.1.0 release (#492)
---
 layouts/custompage/downloads.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/custompage/downloads.html 
b/layouts/custompage/downloads.html
index a88b73e..8c2784b 100644
--- a/layouts/custompage/downloads.html
+++ b/layouts/custompage/downloads.html
@@ -44,7 +44,7 @@ The binaries are also uploaded to the maven central for 
convenience. (See the ge
     {{ if .Params.linked }}
      <tr>
        <td>{{.File.BaseFileName }}</td>
-       <td>2021 Mar 24 </td>
+       <td>{{ time.Format "2006 Jan 2" .Params.date }}</td>
        <td>
          <a 
href="https://www.apache.org/dyn/closer.cgi/ratis/{{.File.BaseFileName 
}}/apache-ratis-{{.File.BaseFileName }}-src.tar.gz">source</a>
          (<a href="https://downloads.apache.org/ratis/{{.File.BaseFileName 
}}/apache-ratis-{{.File.BaseFileName }}-src.tar.gz.mds">checksum</a>

Reply via email to