You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/08/10 10:39:36 UTC

[tinkerpop] branch master updated: Update site for 3.4.8 release CTR

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


The following commit(s) were added to refs/heads/master by this push:
     new 215faa7  Update site for 3.4.8 release CTR
215faa7 is described below

commit 215faa74ee528102d2c41f99972da97c360a039e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Aug 10 06:39:07 2020 -0400

    Update site for 3.4.8 release CTR
---
 docs/site/home/downloads.html              | 47 +++++++++++++++++++++++-------
 docs/site/home/index.html                  | 10 +++----
 docs/site/home/template/header-footer.html |  4 +--
 3 files changed, 44 insertions(+), 17 deletions(-)

diff --git a/docs/site/home/downloads.html b/docs/site/home/downloads.html
index bf7b2e4..8ff97f0 100644
--- a/docs/site/home/downloads.html
+++ b/docs/site/home/downloads.html
@@ -25,21 +25,21 @@ limitations under the License.
     <table class="table">
         <tr>
             <td>
-                <strong>3.4.7</strong> (latest, stable)
+                <strong>3.4.8</strong> (latest, stable)
             </td>
             <td>
-                1-Jun-2020
+                3-Aug-2020
             </td>
             <td>
-                <a href="https://github.com/apache/tinkerpop/blob/3.4.7/CHANGELOG.asciidoc#release-3-4-7">release notes</a> |
-                <a href="https://tinkerpop.apache.org/docs/3.4.7/upgrade/#_tinkerpop_3_4_7">upgrade</a> |
-                <a href="https://tinkerpop.apache.org/docs/3.4.7/">documentation</a> |
-                <a href="#" data-toggle="modal" data-target="#contributors-3_4_7">contributors</a>
+                <a href="https://github.com/apache/tinkerpop/blob/3.4.8/CHANGELOG.asciidoc#release-3-4-8">release notes</a> |
+                <a href="https://tinkerpop.apache.org/docs/3.4.8/upgrade/#_tinkerpop_3_4_8">upgrade</a> |
+                <a href="https://tinkerpop.apache.org/docs/3.4.8/">documentation</a> |
+                <a href="#" data-toggle="modal" data-target="#contributors-3_4_8">contributors</a>
             </td>
             <td align="right">
-                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.7/apache-tinkerpop-gremlin-console-3.4.7-bin.zip" class="btn btn-primary">Gremlin Console <span class="glyphicon glyphicon-download-alt"></span></a>
-                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.7/apache-tinkerpop-gremlin-server-3.4.7-bin.zip" class="btn btn-primary">Gremlin Server <span class="glyphicon glyphicon-download-alt"></span></a>
-                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.7/apache-tinkerpop-3.4.7-src.zip" class="btn btn-primary">Source <span class="glyphicon glyphicon-download-alt"></span></a>
+                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.8/apache-tinkerpop-gremlin-console-3.4.8-bin.zip" class="btn btn-primary">Gremlin Console <span class="glyphicon glyphicon-download-alt"></span></a>
+                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.8/apache-tinkerpop-gremlin-server-3.4.8-bin.zip" class="btn btn-primary">Gremlin Server <span class="glyphicon glyphicon-download-alt"></span></a>
+                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.8/apache-tinkerpop-3.4.8-src.zip" class="btn btn-primary">Source <span class="glyphicon glyphicon-download-alt"></span></a>
             </td>
         </tr>
         <tr>
@@ -67,7 +67,8 @@ limitations under the License.
     <div class="form-group row">
         <div class="col-xs-3">
     <select id="dropdownArchives" class="form-control">
-        <option selected="selected">3.4.6 (20-Feb-2020)</option>
+        <option selected="selected">3.4.7 (1-Jun-2020)</option>
+        <option>3.4.6 (20-Feb-2020)</option>
         <option>3.4.5 (3-Feb-2020)</option>
         <option>3.4.4 (14-Oct-2019)</option>
         <option>3.4.3 (5-Aug-2019)</option>
@@ -171,6 +172,32 @@ limitations under the License.
  </div>
 
     <!-- Contributor Modals -->
+    <!-- 3.4.8 -->
+    <div class="modal fade" id="contributors-3_4_8" tabindex="-1" role="dialog">
+        <div class="modal-dialog" role="document">
+            <div class="modal-content">
+                <div class="modal-header">
+                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
+                    <h4 class="modal-title">3.4.8</h4>
+                </div>
+                <div class="modal-body">
+                    <p>Release Manager: Stephen Mallette</p>
+                    <pre><code>$ git shortlog -sn 3.4.7..3.4.8
+    21  Stephen Mallette
+     4  Mark Broadmore
+     3  Florian Hockmann
+     3  Jermy Li
+     1  Cholerae Hu
+     1  Divij Vaidya
+     1  Gustavo Cavalieri Fernandes</code></pre>
+                </div>
+                <div class="modal-footer">
+                    <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
+                </div>
+            </div>
+        </div>
+    </div>
+
     <!-- 3.4.7 -->
     <div class="modal fade" id="contributors-3_4_7" tabindex="-1" role="dialog">
         <div class="modal-dialog" role="document">
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index 574f122..e8ebe04 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -26,12 +26,12 @@ limitations under the License.
             <br/>
             <p>
             </p>
-            <b><font size="4">TinkerPop</font> <font size="4">3.4.7</font></b> (<font size="2">Released: 1-Jun-2020</font>)
+            <b><font size="4">TinkerPop</font> <font size="4">3.4.8</font></b> (<font size="2">Released: 3-Aug-2020</font>)
             <p><b>Downloads</b></p>
             <p>
-               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.7/apache-tinkerpop-gremlin-console-3.4.7-bin.zip" class="btn btn-primary">Gremlin Console <span class="glyphicon glyphicon-download-alt"></span></a>
-               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.7/apache-tinkerpop-gremlin-server-3.4.7-bin.zip" class="btn btn-primary">Gremlin Server <span class="glyphicon glyphicon-download-alt"></span></a>
-               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.7/apache-tinkerpop-3.4.7-src.zip" class="btn btn-primary">Source <span class="glyphicon glyphicon-download-alt"></span></a>
+               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.8/apache-tinkerpop-gremlin-console-3.4.8-bin.zip" class="btn btn-primary">Gremlin Console <span class="glyphicon glyphicon-download-alt"></span></a>
+               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.8/apache-tinkerpop-gremlin-server-3.4.8-bin.zip" class="btn btn-primary">Gremlin Server <span class="glyphicon glyphicon-download-alt"></span></a>
+               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.8/apache-tinkerpop-3.4.8-src.zip" class="btn btn-primary">Source <span class="glyphicon glyphicon-download-alt"></span></a>
             </p>
             <div class="row">
                <div class="col-md-6">
@@ -41,7 +41,7 @@ limitations under the License.
                      <ul>
                         <li><a href="https://tinkerpop.apache.org/docs/current/reference">Reference Documentation</a></li>
                      </ul>
-                     <li><a href="https://tinkerpop.apache.org/docs/3.4.7/upgrade/#_tinkerpop_3_4_7">Upgrade Information</a></li>
+                     <li><a href="https://tinkerpop.apache.org/docs/3.4.8/upgrade/#_tinkerpop_3_4_8">Upgrade Information</a></li>
                      <li>TinkerPop Javadoc - <a href="https://tinkerpop.apache.org/javadocs/current/core/">core</a> / <a href="https://tinkerpop.apache.org/javadocs/current/full/">full</a></li>
                   </ul>
                </div>
diff --git a/docs/site/home/template/header-footer.html b/docs/site/home/template/header-footer.html
index 5af92ea..4c198db 100644
--- a/docs/site/home/template/header-footer.html
+++ b/docs/site/home/template/header-footer.html
@@ -75,8 +75,8 @@ limitations under the License.
                   Documentation <b class="caret"></b>
                   </a>
                   <ul class="dropdown-menu">
-                     <li class="dropdown-header">Latest: 3.4.7 (1-Jun-2020)</li>
-                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.7</a></li>
+                     <li class="dropdown-header">Latest: 3.4.8 (3-Aug-2020)</li>
+                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.8</a></li>
                      <li><a href="https://tinkerpop.apache.org/docs/current/upgrade">Upgrade Information</a></li>
                      <li><a href="https://tinkerpop.apache.org/javadocs/current/core/">Core Javadoc API</a></li>
                      <li><a href="https://tinkerpop.apache.org/javadocs/current/full/">Full Javadoc API</a></li>