update nightly download page

This commit is contained in:
Martin Lippert
2023-07-14 12:58:55 +02:00
parent b3af8580ff
commit f416f48a3b

View File

@@ -23,9 +23,9 @@
<p><b>STS4 Distribution:</b>
<ul>
<li>for Eclipse 2023-09 (4.29): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.29">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.29</a></li>
<li>for Eclipse 2023-06 (4.28): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.28">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.28</a></li>
<li>for Eclipse 2023-03 (4.27): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.27">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.27</a></li>
<li>for Eclipse 2022-12 (4.26): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.26">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.26</a></li>
</ul>
</p>
@@ -40,7 +40,13 @@
<h2>Eclipse-based Distribution Builds</h2>
<h3>Spring Tool Suite 4 - based on Eclipse 2023-06 Milestone Builds (4.28.0)</h3>
<h3>Spring Tool Suite 4 - based on Eclipse 2023-09 Milestone Builds (4.29.0)</h3>
<div id="e429"></div>
<script type="text/javascript">
$('#e429').load('sts4-nightly-e4.29.html');
</script>
<h3>Spring Tool Suite 4 - based on Eclipse 2023-06 Release (4.28.0)</h3>
<div id="e428"></div>
<script type="text/javascript">
$('#e428').load('sts4-nightly-e4.28.html');
@@ -52,12 +58,6 @@
$('#e427').load('sts4-nightly-e4.27.html');
</script>
<h3>Spring Tool Suite 4 - based on Eclipse 2022-12 Release (4.26.0)</h3>
<div id="e426"></div>
<script type="text/javascript">
$('#e426').load('sts4-nightly-e4.26.html');
</script>
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
<div id="vsix"></div>