update nightly download page for new build targets
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
<p><b>STS4 Distribution:</b>
|
||||
<ul>
|
||||
<li>for Eclipse 2024-03 (4.31): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.31">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.31</a></li>
|
||||
<li>for Eclipse 2023-12 (4.30): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.30">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.30</a></li>
|
||||
<li>for Eclipse 2023-09 (4.29): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.29">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.29</a></li>
|
||||
<li>for Eclipse 2023-06 (4.28): <a href="https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.28">https://cdn.spring.io/spring-tools/snapshot/TOOLS/sts4/nightly/e4.28</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@@ -40,7 +40,13 @@
|
||||
|
||||
<h2>Eclipse-based Distribution Builds</h2>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2023-12 Milestone Builds (4.30.0)</h3>
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2024-03 Milestone Builds (4.31.0)</h3>
|
||||
<div id="e431"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e431').load('sts4-nightly-e4.31.html');
|
||||
</script>
|
||||
|
||||
<h3>Spring Tool Suite 4 - based on Eclipse 2023-12 Release (4.30.0)</h3>
|
||||
<div id="e430"></div>
|
||||
<script type="text/javascript">
|
||||
$('#e430').load('sts4-nightly-e4.30.html');
|
||||
@@ -52,12 +58,6 @@
|
||||
$('#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');
|
||||
</script>
|
||||
|
||||
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
|
||||
|
||||
<div id="vsix"></div>
|
||||
|
||||
Reference in New Issue
Block a user