update nightly download page to include Eclipse 2022-09-based CI builds

This commit is contained in:
Martin Lippert
2022-06-30 13:01:28 +02:00
parent f5f0dcbc50
commit ef75b64922

View File

@@ -23,6 +23,7 @@
<p><b>STS4 Distribution:</b>
<ul>
<li>for Eclipse 2022-09 (4.25): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.25">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.25</a></li>
<li>for Eclipse 2022-06 (4.24): <a href="https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.24">https://dist.springsource.com/snapshot/TOOLS/sts4/nightly/e4.24</a></li>
<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>
@@ -40,7 +41,13 @@
<h2>Eclipse-based Distribution Builds</h2>
<h3>Spring Tool Suite 4 - based on Eclipse 2022-06 Milestone Builds (4.24.0)</h3>
<h3>Spring Tool Suite 4 - based on Eclipse 2022-09 Milestone Builds (4.25.0)</h3>
<div id="e425"></div>
<script type="text/javascript">
$('#e425').load('sts4-nightly-e4.25.html');
</script>
<h3>Spring Tool Suite 4 - based on Eclipse 2022-06 Release (4.24.0)</h3>
<div id="e424"></div>
<script type="text/javascript">
$('#e424').load('sts4-nightly-e4.24.html');