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/12/14 13:08:06 UTC

svn commit: r1884419 - in /tinkerpop/site: downloads.html gremlin.html index.html policy.html providers.html

Author: spmallette
Date: Mon Dec 14 13:08:06 2020
New Revision: 1884419

URL: http://svn.apache.org/viewvc?rev=1884419&view=rev
Log:
Deploy TinkerPop homepage

Modified:
    tinkerpop/site/downloads.html
    tinkerpop/site/gremlin.html
    tinkerpop/site/index.html
    tinkerpop/site/policy.html
    tinkerpop/site/providers.html

Modified: tinkerpop/site/downloads.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/downloads.html?rev=1884419&r1=1884418&r2=1884419&view=diff
==============================================================================
--- tinkerpop/site/downloads.html (original)
+++ tinkerpop/site/downloads.html Mon Dec 14 13:08:06 2020
@@ -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.8 (3-Aug-2020)</li>
-                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.8</a></li>
+                     <li class="dropdown-header">Latest: 3.4.9 (7-Dec-2020)</li>
+                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.9</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>
@@ -166,21 +166,21 @@ limitations under the License.
     <table class="table">
         <tr>
             <td>
-                <strong>3.4.8</strong> (latest, stable)
+                <strong>3.4.9</strong> (latest, stable)
             </td>
             <td>
-                3-Aug-2020
+                7-Dec-2020
             </td>
             <td>
-                <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>
+                <a href="https://github.com/apache/tinkerpop/blob/3.4.9/CHANGELOG.asciidoc#release-3-4-9">release notes</a> |
+                <a href="https://tinkerpop.apache.org/docs/3.4.9/upgrade/#_tinkerpop_3_4_9">upgrade</a> |
+                <a href="https://tinkerpop.apache.org/docs/3.4.9/">documentation</a> |
+                <a href="#" data-toggle="modal" data-target="#contributors-3_4_9">contributors</a>
             </td>
             <td align="right">
-                <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>
+                <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.9/apache-tinkerpop-gremlin-console-3.4.9-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.9/apache-tinkerpop-gremlin-server-3.4.9-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.9/apache-tinkerpop-3.4.9-src.zip" class="btn btn-primary">Source <span class="glyphicon glyphicon-download-alt"></span></a>
             </td>
         </tr>
         <tr>
@@ -208,7 +208,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.7 (1-Jun-2020)</option>
+        <option selected="selected">3.4.8 (3-Aug-2020)</option>
+        <option>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>
@@ -313,6 +314,38 @@ limitations under the License.
  </div>
 
     <!-- Contributor Modals -->
+    <!-- 3.4.9 -->
+    <div class="modal fade" id="contributors-3_4_9" 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.9</h4>
+                </div>
+                <div class="modal-body">
+                    <p>Release Manager: Stephen Mallette</p>
+                    <pre><code>$ git shortlog -sn 3.4.7..3.4.8
+   114  Stephen Mallette
+    20  Divij Vaidya
+     4  Norio Akagi
+     3  Dave
+     3  Ian Robinson
+     3  Serg Salo
+     1  Bob Sutterfield
+     1  Gustavo Cavalieri Fernandes
+     1  Martin Häusler
+     1  Nicolas Trangosi
+     1  Oleksandr Porunov
+     1  deliliu
+     1  odidev</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.8 -->
     <div class="modal fade" id="contributors-3_4_8" tabindex="-1" role="dialog">
         <div class="modal-dialog" role="document">

Modified: tinkerpop/site/gremlin.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/gremlin.html?rev=1884419&r1=1884418&r2=1884419&view=diff
==============================================================================
--- tinkerpop/site/gremlin.html (original)
+++ tinkerpop/site/gremlin.html Mon Dec 14 13:08:06 2020
@@ -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.8 (3-Aug-2020)</li>
-                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.8</a></li>
+                     <li class="dropdown-header">Latest: 3.4.9 (7-Dec-2020)</li>
+                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.9</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>

Modified: tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/index.html?rev=1884419&r1=1884418&r2=1884419&view=diff
==============================================================================
--- tinkerpop/site/index.html (original)
+++ tinkerpop/site/index.html Mon Dec 14 13:08:06 2020
@@ -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.8 (3-Aug-2020)</li>
-                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.8</a></li>
+                     <li class="dropdown-header">Latest: 3.4.9 (7-Dec-2020)</li>
+                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.9</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>
@@ -167,12 +167,12 @@ limitations under the License.
             <br/>
             <p>
             </p>
-            <b><font size="4">TinkerPop</font> <font size="4">3.4.8</font></b> (<font size="2">Released: 3-Aug-2020</font>)
+            <b><font size="4">TinkerPop</font> <font size="4">3.4.9</font></b> (<font size="2">Released: 7-Dec-2020</font>)
             <p><b>Downloads</b></p>
             <p>
-               <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>
+               <a href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.9/apache-tinkerpop-gremlin-console-3.4.9-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.9/apache-tinkerpop-gremlin-server-3.4.9-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.9/apache-tinkerpop-3.4.9-src.zip" class="btn btn-primary">Source <span class="glyphicon glyphicon-download-alt"></span></a>
             </p>
             <div class="row">
                <div class="col-md-6">
@@ -182,7 +182,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.8/upgrade/#_tinkerpop_3_4_8">Upgrade Information</a></li>
+                     <li><a href="https://tinkerpop.apache.org/docs/3.4.9/upgrade/#_tinkerpop_3_4_9">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>

Modified: tinkerpop/site/policy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/policy.html?rev=1884419&r1=1884418&r2=1884419&view=diff
==============================================================================
--- tinkerpop/site/policy.html (original)
+++ tinkerpop/site/policy.html Mon Dec 14 13:08:06 2020
@@ -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.8 (3-Aug-2020)</li>
-                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.8</a></li>
+                     <li class="dropdown-header">Latest: 3.4.9 (7-Dec-2020)</li>
+                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.9</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>

Modified: tinkerpop/site/providers.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/providers.html?rev=1884419&r1=1884418&r2=1884419&view=diff
==============================================================================
--- tinkerpop/site/providers.html (original)
+++ tinkerpop/site/providers.html Mon Dec 14 13:08:06 2020
@@ -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.8 (3-Aug-2020)</li>
-                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.8</a></li>
+                     <li class="dropdown-header">Latest: 3.4.9 (7-Dec-2020)</li>
+                     <li><a href="https://tinkerpop.apache.org/docs/current">TinkerPop 3.4.9</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>