Make website changes for 10.2.0.

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
diff --git a/cn/index.html b/cn/index.html
index 6b43e4e..0f63d75 100644
--- a/cn/index.html
+++ b/cn/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Goldman Sachs.
+  ~ Copyright (c) 2020 Goldman Sachs and others.
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                             <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                             <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -167,29 +168,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -570,6 +571,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>最新消息</h3>
+                    <p class="regular">Eclipse Collections 10.2.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">发布</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">发布</a> <a class="light">(Dec 4th 2019)</a></p>
                     <p class="regular">Eclipse Collections 10.0.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">发布</a> <a class="light">(Jul 10th 2019)</a></p>
                     <p class="regular">Eclipse Collections 9.2.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">发布</a> <a class="light">(May 20th 2018)</a></p>
diff --git a/de/index.html b/de/index.html
index b6b9828..a6aad1c 100644
--- a/de/index.html
+++ b/de/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Goldman Sachs and others
+  ~ Copyright (c) 2020 Goldman Sachs and others.
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                             <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                             <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -576,6 +577,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Letzte Versionen</h3>
+                    <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">released</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">released</a> <a class="light">(Dec 4th 2019)</a></p>
                     <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">released</a> <a class="light">(Jul 10th 2019)</a></p>
                     <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">released</a> <a class="light">(May 20th 2018)</a></p>
diff --git a/el/index.html b/el/index.html
index 2a9493a..9d03fa2 100644
--- a/el/index.html
+++ b/el/index.html
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright (c) 2019 Goldman Sachs and others.
+  ~ Copyright (c) 2020 Goldman Sachs and others.
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                         <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                         <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -169,29 +170,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -579,6 +580,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>Πρόσφατα νέα</h3>
+                <p class="regular">Το Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">ανακοινώθηκε</a> <a class="light">(Φεβ 11η 2020)</a></p>
                 <p class="regular">Το Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">ανακοινώθηκε</a> <a class="light">(Δεκ 4η 2019)</a></p>
                 <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">ανακοινώθηκε</a> <a class="light">(Ιουλ. 10η 2019)</a></p>
                 <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">ανακοινώθηκε</a> <a class="light">(Μάι 20η 2018)</a></p>
diff --git a/es/index.html b/es/index.html
index 85b103c..c68b322 100644
--- a/es/index.html
+++ b/es/index.html
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright (c) 2019 Goldman Sachs and others.
+  ~ Copyright (c) 2020 Goldman Sachs and others.
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                         <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                         <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -169,29 +170,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -574,6 +575,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>Latest News</h3>
+                <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">released</a> <a class="light">(Feb 11 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">released</a> <a class="light">(Dec 4 2019)</a></p>
                 <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">released</a> <a class="light">(Jul 10 2019)</a></p>
                 <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">released</a> <a class="light">(May 20 2018)</a></p>
diff --git a/fr/index.html b/fr/index.html
index 93fbade..1a1b006 100644
--- a/fr/index.html
+++ b/fr/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Goldman Sachs
+  ~ Copyright (c) 2020 Goldman Sachs and others.
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -86,6 +86,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                         <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                         <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -573,6 +574,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>Versions les plus récentes</h3>
+                <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">delivré le</a> <a class="light">(Feb 11 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">delivré le</a> <a class="light">(Dec 4 2019)</a></p>
                 <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">delivré le</a> <a class="light">(Juil 10 2019)</a></p>
                 <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">delivré le</a> <a class="light">(Mai 20 2018)</a></p>
diff --git a/index.html b/index.html
index 638831f..090b2c1 100755
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Goldman Sachs and others
+  ~ Copyright (c) 2020 Goldman Sachs and others
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="javadoc/10.1.0">10.1.0</a></li>
                             <li><a href="javadoc/10.0.0">10.0.0</a></li>
                             <li><a href="javadoc/9.2.0">9.2.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -573,6 +574,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Latest News</h3>
+                    <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">released</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">released</a> <a class="light">(Dec 4th 2019)</a></p>
                     <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">released</a> <a class="light">(Jul 10th 2019)</a></p>
                     <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">released</a> <a class="light">(May 20th 2018)</a></p>
diff --git a/ja/index.html b/ja/index.html
index 60e004f..a708222 100644
--- a/ja/index.html
+++ b/ja/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Goldman Sachs and others
+  ~ Copyright (c) 2020 Goldman Sachs and others
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                         <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                         <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -169,29 +170,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -573,6 +574,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>最新ニュース</h3>
+                <p class="regular">Eclipse Collections 10.2.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">リリース</a>されました <a class="light">(Feb 11th 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">リリース</a>されました <a class="light">(Dec 4th 2019)</a></p>
                 <p class="regular">Eclipse Collections 10.0.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">リリース</a>されました <a class="light">(Jul 10th 2019)</a></p>
                 <p class="regular">Eclipse Collections 9.2.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">リリース</a>されました <a class="light">(May 20th 2018)</a></p>
diff --git a/pt-br/index.html b/pt-br/index.html
index 1be3688..f15c28a 100644
--- a/pt-br/index.html
+++ b/pt-br/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Daniel Dias and others.
+  ~ Copyright (c) 2020 Daniel Dias and others.
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                             <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                             <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -573,6 +574,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Últimas notícias</h3>
+                    <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">liberado</a> <a class="light">(Feb 11 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">liberado</a> <a class="light">(Dec 4 2019)</a></p>
                     <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">liberado</a> <a class="light">(Jul 10 2019)</a></p>
                     <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">liberado</a> <a class="light">(May 20 2018)</a></p>
diff --git a/ru/index.html b/ru/index.html
index 58f68f0..43fcbd1 100644
--- a/ru/index.html
+++ b/ru/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
-  ~ Copyright (c) 2018 Goldman Sachs and others
+  ~ Copyright (c) 2020 Goldman Sachs and others
   ~ All rights reserved. This program and the accompanying materials
   ~ are made available under the terms of the Eclipse Public License v1.0
   ~ and Eclipse Distribution License v. 1.0 which accompany this distribution.
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
                             <li><a href="../javadoc/10.0.0">10.0.0</a></li>
                             <li><a href="../javadoc/9.2.0">9.2.0</a></li>
@@ -170,29 +171,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version&gt;
+  &lt;version&gt;10.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.1.0&lt;/version>
+  &lt;version&gt;10.2.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-compile 'org.eclipse.collections:eclipse-collections-api:10.1.0'
-compile 'org.eclipse.collections:eclipse-collections:10.1.0'</pre>
+compile 'org.eclipse.collections:eclipse-collections-api:10.2.0'
+compile 'org.eclipse.collections:eclipse-collections:10.2.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.1.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.1.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.2.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.2.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.1.0">eclipse-collections-api-10.1.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.1.0">eclipse-collections-10.1.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.2.0">eclipse-collections-api-10.2.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.2.0">eclipse-collections-10.2.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -586,6 +587,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Новости проекта</h3>
+                    <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">выпущен</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">выпущен</a> <a class="light">(Dec 4th 2019)</a></p>
                     <p class="regular">Eclipse Collections 10.0.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.0.0">выпущен</a> <a class="light">(Jul 10th 2019)</a></p>
                     <p class="regular">Eclipse Collections 9.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/9.2.0">выпущен</a> <a class="light">(May 20th 2018)</a></p>