updated nightly download page

This commit is contained in:
Martin Lippert
2022-01-11 15:39:16 +01:00
parent 5b1d78cea5
commit 1b4a07f034

View File

@@ -23,9 +23,9 @@
<p><b>STS4 Distribution:</b>
<ul>
<li>for Eclipse 2022-03 (4.23): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.23">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.23</a></li>
<li>for Eclipse 2021-12 (4.22): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.22">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.22</a></li>
<li>for Eclipse 2021-09 (4.21): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.21">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.21</a></li>
<li>for Eclipse 2021-06 (4.20): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.20">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.20</a></li>
</ul>
</p>
@@ -40,7 +40,13 @@
<h2>Eclipse-based Distribution Builds</h2>
<h3>Spring Tool Suite 4 - based on Eclipse 2021-12 Milestone Builds (4.22.0)</h3>
<h3>Spring Tool Suite 4 - based on Eclipse 2022-03 Milestone Builds (4.23.0)</h3>
<div id="e423"></div>
<script type="text/javascript">
$('#e423').load('sts4-nightly-e4.23.html');
</script>
<h3>Spring Tool Suite 4 - based on Eclipse 2021-12 Release (4.22.0)</h3>
<div id="e422"></div>
<script type="text/javascript">
$('#e422').load('sts4-nightly-e4.22.html');
@@ -52,12 +58,6 @@
$('#e421').load('sts4-nightly-e4.21.html');
</script>
<h3>Spring Tool Suite 4 - based on Eclipse 2021-06 Release (4.20.0)</h3>
<div id="e420"></div>
<script type="text/javascript">
$('#e420').load('sts4-nightly-e4.20.html');
</script>
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
<div id="vsix"></div>