Skip to content

Commit e5c325b

Browse files
committed
update builds to move to e4.39 as the minimum
1 parent b598dd0 commit e5c325b

6 files changed

Lines changed: 10 additions & 28 deletions

File tree

.github/workflows/release-eclipse-distro-build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
# java_version: '21'
3030
# secrets: inherit
3131

32-
e438-distro:
33-
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
34-
with:
35-
eclipse_profile: 'e438'
36-
build_type: 'release'
37-
p2-qualifier: ${{ inputs.qualifier }}
38-
sts-language-servers-version: ${{ inputs.sts-language-servers-version }}
39-
java_version: '21'
40-
secrets: inherit
41-
4232
e439-distro:
4333
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
4434
with:

.github/workflows/release-eclipse-ls-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
eclipse-ls-extension:
1818
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
1919
with:
20-
eclipse_profile: 'e438'
20+
eclipse_profile: 'e439'
2121
build_type: 'release'
2222
skip_tests: true
2323
sts-language-servers-version: ${{ inputs.sts-language-servers-version }}

.github/workflows/snapshot-all.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: [ language-servers-multiplatform-build ]
2525
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
2626
with:
27-
eclipse_profile: 'e438'
27+
eclipse_profile: 'e439'
2828
build_type: 'snapshot'
2929
skip_tests: true
3030
secrets: inherit
@@ -38,14 +38,6 @@ jobs:
3838
# java_version: '21'
3939
# secrets: inherit
4040
#
41-
e438-distro:
42-
needs: [ eclipse-ls-extensions ]
43-
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
44-
with:
45-
eclipse_profile: 'e438'
46-
build_type: 'snapshot'
47-
java_version: '21'
48-
secrets: inherit
4941

5042
e439-distro:
5143
needs: [ eclipse-ls-extensions ]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ <h2>Eclipse p2 repositories</h2>
3939

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

42-
<h3>Spring Tools for Eclipse - based on Eclipse 2026-03 Milestone Builds (4.39.0)</h3>
43-
<div id="e439"></div>
42+
<h3>Spring Tools for Eclipse - based on Eclipse 2026-06 Milestone Builds (4.40.0)</h3>
43+
<div id="e440"></div>
4444
<script type="text/javascript">
45-
$('#e439').load('sts-nightly-e4.39.html');
45+
$('#e440').load('sts-nightly-e4.40.html');
4646
</script>
4747

48-
<h3>Spring Tools for Eclipse - based on Eclipse 2025-12 Release (4.38.0)</h3>
49-
<div id="e438"></div>
48+
<h3>Spring Tools for Eclipse - based on Eclipse 2026-03 Release (4.39.0)</h3>
49+
<div id="e439"></div>
5050
<script type="text/javascript">
51-
$('#e438').load('sts-nightly-e4.38.html');
51+
$('#e439').load('sts-nightly-e4.39.html');
5252
</script>
5353

5454
<h2>Spring Tools - Visual Studio Code Extensions</h2>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./mvnw clean package -Pe438 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
1+
./mvnw clean package -Pe439 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5

eclipse-language-servers/local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cd ../headless-services
55
./mvnw clean install -Dmaven.test.skip=true
66

77
cd $workdir
8-
./mvnw -Psnapshot -Pe438 clean install -Dmaven.test.skip=true -Declipse.p2.mirrors=false
8+
./mvnw -Psnapshot -Pe439 clean install -Dmaven.test.skip=true -Declipse.p2.mirrors=false

0 commit comments

Comments
 (0)