Skip to content

Commit 32a0083

Browse files
committed
updated nightly download page for new build targets
1 parent 4e9ba92 commit 32a0083

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

eclipse-distribution/common/html/nightly-distributions.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ <h2>Eclipse p2 repositories</h2>
4040

4141
<h2>Eclipse-based Distribution Builds</h2>
4242

43-
<h3>Spring Tool Suite 4 - based on Eclipse 2024-09 Milestone Builds (4.33.0)</h3>
43+
<h3>Spring Tool Suite 4 - based on Eclipse 2024-12 Milstone Builds (4.34.0)</h3>
44+
<div id="e434"></div>
45+
<script type="text/javascript">
46+
$('#e434').load('sts4-nightly-e4.34.html');
47+
</script>
48+
49+
<h3>Spring Tool Suite 4 - based on Eclipse 2024-09 Release (4.33.0)</h3>
4450
<div id="e433"></div>
4551
<script type="text/javascript">
4652
$('#e433').load('sts4-nightly-e4.33.html');
@@ -52,12 +58,6 @@ <h3>Spring Tool Suite 4 - based on Eclipse 2024-06 Release (4.32.0)</h3>
5258
$('#e432').load('sts4-nightly-e4.32.html');
5359
</script>
5460

55-
<h3>Spring Tool Suite 4 - based on Eclipse 2024-03 Release (4.31.0)</h3>
56-
<div id="e431"></div>
57-
<script type="text/javascript">
58-
$('#e431').load('sts4-nightly-e4.31.html');
59-
</script>
60-
6161
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
6262

6363
<div id="vsix"></div>

0 commit comments

Comments
 (0)