This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 3059093522d35a122fba0293921c24a3f3edb1fb Author: Stephen Mallette <[email protected]> AuthorDate: Tue May 3 11:10:33 2022 -0400 Fixed release dates on download page CTR --- docs/site/home/download.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/home/download.html b/docs/site/home/download.html index 773a62531e..1525200f77 100644 --- a/docs/site/home/download.html +++ b/docs/site/home/download.html @@ -154,7 +154,7 @@ limitations under the License. </div> <div class="row d-flex align-items-center"> <div class="col-lg-3 col-md-6 mb-2 mb-lg-0"> - <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.6.0</span> (latest, stable) <p class="d-inline-block ms-4 mb-0">10-January-2022</p> + <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.6.0</span> (latest, stable) <p class="d-inline-block ms-4 mb-0">4-April-2022</p> </div> <div class="col-lg-4 col-md-6 mb-2 mb-lg-0"> <p class="text-blue mb-0"><a href="https://github.com/apache/tinkerpop/blob/3.6.0/CHANGELOG.asciidoc#release-3-6-0">release notes</a> | <a href="https://tinkerpop.apache.org/docs/3.6.0/upgrade/#_tinkerpop_3_6_0">upgrade</a> | <a href="https://tinkerpop.apache.org/docs/3.6.0/">documentation</a> | <a href="#" data-bs-toggle="modal" data-bs-target="#contributors-3_6_0">contributors</a></p> @@ -167,7 +167,7 @@ limitations under the License. </div> <div class="row d-flex align-items-center"> <div class="col-lg-3 col-md-6 mb-2 mb-lg-0"> - <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.5.3</span> (maintenance) <p class="d-inline-block ms-4 mb-0">10-January-2022</p> + <img src="img/download/icon.png" class="img-fluid me-2" alt="img"> <span class="bold">3.5.3</span> (maintenance) <p class="d-inline-block ms-4 mb-0">4-April-2022</p> </div> <div class="col-lg-4 col-md-6 mb-2 mb-lg-0"> <p class="text-blue mb-0"><a href="https://github.com/apache/tinkerpop/blob/3.5.3/CHANGELOG.asciidoc#release-3-5-3">release notes</a> | <a href="https://tinkerpop.apache.org/docs/3.5.3/upgrade/#_tinkerpop_3_5_3">upgrade</a> | <a href="https://tinkerpop.apache.org/docs/3.5.3/">documentation</a> | <a href="#" data-bs-toggle="modal" data-bs-target="#contributors-3_5_3">contributors</a></p>
